Color Hex Logo

#ddb969 Color Hex

#DDB969
(221,185,105)
0 Favorites   0 Comments

Color spaces of #ddb969

RGB 221185105
HSL0.110.630.64
HSV41°52°87°
CMYK 0.000.160.52   0.13
XYZ49.717651.090020.6056
Yxy51.09000.40950.4208
Hunter Lab71.4773-0.925632.9419
CIE-Lab76.73353.152645.0598

#ddb969 color RGB value is (221,185,105).

#ddb969 hex color red value is 221, green value is 185 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #ddb969 hue: 0.11 , saturation: 0.63 and the lightness value of ddb969 is 0.64.

The process color (four color CMYK) of #ddb969 color hex is 0.00, 0.16, 0.52, 0.13. Web safe color of #ddb969 is #cccc66. Color #ddb969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 01101001
Octal 335 271 151
Decimal 221 185 105
Hex DD B9 69

RGB Percentages of Color #ddb969

%43.25
%36.20
%20.55

CMYK Percentages of Color #ddb969

%0
%16
%52
%13

Triadic Colors of #ddb969

#ddb969 #69ddb9 #b969dd

Analogous Colors of #ddb969

#ddb969 #c7dd69 #dd7f69

Monochromatic Colors of #ddb969

#ddb969

Complementary Color

#ddb969 #698ddd

#ddb969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb969 Color CSS Codes

.mybgcolor {background-color:#ddb969; } 
.myforecolor {color:#ddb969; }
.mybordercolor {border:3px solid #ddb969; }

#ddb969 Text Font Color

<p style="color:#ddb969">Text here</p>

This sample text font color is #ddb969
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddb969 Background Color

<div style="background-color:#ddb969">
Div content here</div>

This div background color is #ddb969


#ddb969 Border Color

<div style="border:3px solid #ddb969">
Div here</div>

This div border color is #ddb969


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,185,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddb969; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddb969;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb969;
  box-shadow:         1px 1px 3px 2px #ddb969; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,185,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddb969">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb969;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb969;
  box-shadow:         1px 1px 3px 2px #ddb969;">
Div content here</div>

This div box has shadow with color #ddb969


Comments

No comments written yet.

Please login to write comment.