Html Css Color HEX #DDBB66 Equator

📋 copy color: '#DDBB66'

red 221 ◦ green 187 ◦ blue 102

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

Shades of Equator #DDBB66

Tints of Equator #DDBB66

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.67%

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

R = 43.33%
G = 36.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDBB66 (or 0xDDBB66) is known color: Equator. HEX triplet: DD, BB and 66. RGB value is (221,187,102). Sum of RGB (Red+Green+Blue) = 221+187+102=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB66 is #224499. Grayscale: #BBBBBB. Windows color (decimal): -2245786 or 6732765. OLE color: 6732765.

HSL color Cylindrical-coordinate representation of color #DDBB66: hue angle of 42.86º 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 #DDBB66 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 187 102 -
CMYK 0 0.15 0.54 0.13
HSL 42.86º 0.64% 0.63% -
HSV(B) 42.86º 0.54% 0.87% -
XYZ 49.99 51.87 19.95 -
YUV 187.48 79.76 151.91 -
System Red Green Blue C M Y K H S L
Decimal 221 187 102 0 0.15 0.54 0.13 42.86 0.64 0.63
Hex DD BB 66 0 F 36 D 2B 40 3F
Octal 335 273 146 0 17 66 15 53 100 77
Binary 11011101 10111011 1100110 0 1111 110110 1101 101011 1000000 111111

Color Harmonies of #DDBB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB66

Black with #DDBB66

Text Example


Text Example

White with #DDBB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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