Html Css Color HEX #DEB562 Equator

📋 copy color: '#DEB562'

red 222 ◦ green 181 ◦ blue 98

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

Shades of Equator #DEB562

Tints of Equator #DEB562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.56%

R = 44.31%
G = 36.13%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DEB562 (or 0xDEB562) is known color: Equator. HEX triplet: DE, B5 and 62. RGB value is (222,181,98). Sum of RGB (Red+Green+Blue) = 222+181+98=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB562 is #214A9D. Grayscale: #B8B8B8. Windows color (decimal): -2181790 or 6469086. OLE color: 6469086.

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

Color convert

RGB 222 181 98 -
CMYK 0 0.18 0.56 0.13
HSL 40.16º 0.65% 0.63% -
HSV(B) 40.16º 0.56% 0.87% -
XYZ 48.85 49.46 18.53 -
YUV 183.8 79.58 155.25 -
System Red Green Blue C M Y K H S L
Decimal 222 181 98 0 0.18 0.56 0.13 40.16 0.65 0.63
Hex DE B5 62 0 12 38 D 28 41 3F
Octal 336 265 142 0 22 70 15 50 101 77
Binary 11011110 10110101 1100010 0 10010 111000 1101 101000 1000001 111111

Color Harmonies of #DEB562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB562

Black with #DEB562

Text Example


Text Example

White with #DEB562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB562; }

 p { color: rgb(222,181,98); }

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

background-color css

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

 a { background-color: rgb(222,181,98); }

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

border-color css

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

 span { border-color: rgb(222,181,98); }

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