Html Css Color HEX #DDB566 Equator

📋 copy color: '#DDB566'

red 221 ◦ green 181 ◦ blue 102

#DDB566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Equator #DDB566

Tints of Equator #DDB566

RGB

 RED value IS 221 (86.72% from 255) = 43.85%

 GREEN value IS 181 (71.09% from 255) = 35.91%

 BLUE value IS 102 (40.23% from 255) = 20.24%

R = 43.85%
G = 35.91%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDB566 (or 0xDDB566) is known color: Equator. HEX triplet: DD, B5 and 66. RGB value is (221,181,102). Sum of RGB (Red+Green+Blue) = 221+181+102=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB566 is #224A99. Grayscale: #B8B8B8. Windows color (decimal): -2247322 or 6731229. OLE color: 6731229.

HSL color Cylindrical-coordinate representation of color #DDB566: hue angle of 39.83º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDB566 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 181 102 -
CMYK 0 0.18 0.54 0.13
HSL 39.83º 0.64% 0.63% -
HSV(B) 39.83º 0.54% 0.87% -
XYZ 48.74 49.38 19.53 -
YUV 183.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 221 181 102 0 0.18 0.54 0.13 39.83 0.64 0.63
Hex DD B5 66 0 12 36 D 28 40 3F
Octal 335 265 146 0 22 66 15 50 100 77
Binary 11011101 10110101 1100110 0 10010 110110 1101 101000 1000000 111111

Color Harmonies of #DDB566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB566

Black with #DDB566

Text Example


Text Example

White with #DDB566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB566; }

 p { color: rgb(221,181,102); }

 H1.HeaderClassName
 {
   color: #DDB566;
 }
 .AnyTagClassName
 {
   color: #DDB566;
 }
</style>

background-color css

<style>
 a { background-color: #DDB566; }

 a { background-color: rgb(221,181,102); }

 div.DivClassName
 {
   background-color: #DDB566;
 }
 .BgClassName
 {
   background-color: #DDB566;
 }
</style>

border-color css

<style>
 span { border-color: #DDB566; }

 span { border-color: rgb(221,181,102); }

 td.TdClassName
 {
   border-color: #DDB566;
 }
 .TagClassName
 {
   border-color: #DDB566;
 }
</style>