Html Css Color HEX #DEB066 Equator

📋 copy color: '#DEB066'

red 222 ◦ green 176 ◦ blue 102

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

Shades of Equator #DEB066

Tints of Equator #DEB066

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.2%

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

R = 44.4%
G = 35.2%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DEB066 (or 0xDEB066) is known color: Equator. HEX triplet: DE, B0 and 66. RGB value is (222,176,102). Sum of RGB (Red+Green+Blue) = 222+176+102=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB066 is #214F99. Grayscale: #B5B5B5. Windows color (decimal): -2183066 or 6729950. OLE color: 6729950.

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

Color convert

RGB 222 176 102 -
CMYK 0 0.21 0.54 0.13
HSL 37º 0.65% 0.64% -
HSV(B) 37º 0.54% 0.87% -
XYZ 48.05 47.54 19.21 -
YUV 181.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 222 176 102 0 0.21 0.54 0.13 37 0.65 0.64
Hex DE B0 66 0 15 36 D 25 41 40
Octal 336 260 146 0 25 66 15 45 101 100
Binary 11011110 10110000 1100110 0 10101 110110 1101 100101 1000001 1000000

Color Harmonies of #DEB066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB066

Black with #DEB066

Text Example


Text Example

White with #DEB066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB066; }

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

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

background-color css

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

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

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

border-color css

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

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

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