Html Css Color HEX #DEB859 Equator

📋 copy color: '#DEB859'

red 222 ◦ green 184 ◦ blue 89

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

Shades of Equator #DEB859

Tints of Equator #DEB859

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.17%

 BLUE value IS 89 (35.16% from 255) = 17.98%

R = 44.85%
G = 37.17%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DEB859 (or 0xDEB859) is known color: Equator. HEX triplet: DE, B8 and 59. RGB value is (222,184,89). Sum of RGB (Red+Green+Blue) = 222+184+89=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 89 (35.16% from 255 or 17.98% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB859 is #2147A6. Grayscale: #B8B8B8. Windows color (decimal): -2181031 or 5880030. OLE color: 5880030.

HSL color Cylindrical-coordinate representation of color #DEB859: hue angle of 42.86º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEB859 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 184 89 -
CMYK 0 0.17 0.60 0.13
HSL 42.86º 0.67% 0.61% -
HSV(B) 42.86º 0.6% 0.87% -
XYZ 49.07 50.53 16.62 -
YUV 184.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 222 184 89 0 0.17 0.60 0.13 42.86 0.67 0.61
Hex DE B8 59 0 11 3C D 2B 43 3D
Octal 336 270 131 0 21 74 15 53 103 75
Binary 11011110 10111000 1011001 0 10001 111100 1101 101011 1000011 111101

Color Harmonies of #DEB859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB859

Black with #DEB859

Text Example


Text Example

White with #DEB859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB859; }

 p { color: rgb(222,184,89); }

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

background-color css

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

 a { background-color: rgb(222,184,89); }

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

border-color css

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

 span { border-color: rgb(222,184,89); }

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