Html Css Color HEX #DEB166 Equator

📋 copy color: '#DEB166'

red 222 ◦ green 177 ◦ blue 102

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

Shades of Equator #DEB166

Tints of Equator #DEB166

RGB

 RED value IS 222 (87.11% from 255) = 44.31%

 GREEN value IS 177 (69.53% from 255) = 35.33%

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

R = 44.31%
G = 35.33%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DEB166 (or 0xDEB166) is known color: Equator. HEX triplet: DE, B1 and 66. RGB value is (222,177,102). Sum of RGB (Red+Green+Blue) = 222+177+102=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB166 is #214E99. Grayscale: #B6B6B6. Windows color (decimal): -2182810 or 6730206. OLE color: 6730206.

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

Color convert

RGB 222 177 102 -
CMYK 0 0.20 0.54 0.13
HSL 37.5º 0.65% 0.64% -
HSV(B) 37.5º 0.54% 0.87% -
XYZ 48.24 47.93 19.28 -
YUV 181.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 222 177 102 0 0.20 0.54 0.13 37.5 0.65 0.64
Hex DE B1 66 0 14 36 D 26 41 40
Octal 336 261 146 0 24 66 15 46 101 100
Binary 11011110 10110001 1100110 0 10100 110110 1101 100110 1000001 1000000

Color Harmonies of #DEB166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB166

Black with #DEB166

Text Example


Text Example

White with #DEB166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB166; }

 p { color: rgb(222,177,102); }

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

background-color css

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

 a { background-color: rgb(222,177,102); }

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

border-color css

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

 span { border-color: rgb(222,177,102); }

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