Html Css Color HEX #DEB360 Equator

📋 copy color: '#DEB360'

red 222 ◦ green 179 ◦ blue 96

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

Shades of Equator #DEB360

Tints of Equator #DEB360

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.02%

 BLUE value IS 96 (37.89% from 255) = 19.32%

R = 44.67%
G = 36.02%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DEB360 (or 0xDEB360) is known color: Equator. HEX triplet: DE, B3 and 60. RGB value is (222,179,96). Sum of RGB (Red+Green+Blue) = 222+179+96=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB360 is #214C9F. Grayscale: #B6B6B6. Windows color (decimal): -2182304 or 6337502. OLE color: 6337502.

HSL color Cylindrical-coordinate representation of color #DEB360: hue angle of 39.52º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEB360 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 179 96 -
CMYK 0 0.19 0.57 0.13
HSL 39.52º 0.66% 0.62% -
HSV(B) 39.52º 0.57% 0.87% -
XYZ 48.36 48.61 17.9 -
YUV 182.4 79.25 156.25 -
System Red Green Blue C M Y K H S L
Decimal 222 179 96 0 0.19 0.57 0.13 39.52 0.66 0.62
Hex DE B3 60 0 13 39 D 28 42 3E
Octal 336 263 140 0 23 71 15 50 102 76
Binary 11011110 10110011 1100000 0 10011 111001 1101 101000 1000010 111110

Color Harmonies of #DEB360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB360

Black with #DEB360

Text Example


Text Example

White with #DEB360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB360; }

 p { color: rgb(222,179,96); }

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

background-color css

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

 a { background-color: rgb(222,179,96); }

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

border-color css

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

 span { border-color: rgb(222,179,96); }

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