Html Css Color HEX #DEBA60 Equator

📋 copy color: '#DEBA60'

red 222 ◦ green 186 ◦ blue 96

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

Shades of Equator #DEBA60

Tints of Equator #DEBA60

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.9%

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

R = 44.05%
G = 36.9%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DEBA60 (or 0xDEBA60) is known color: Equator. HEX triplet: DE, BA and 60. RGB value is (222,186,96). Sum of RGB (Red+Green+Blue) = 222+186+96=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA60 is #21459F. Grayscale: #BABABA. Windows color (decimal): -2180512 or 6339294. OLE color: 6339294.

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

Color convert

RGB 222 186 96 -
CMYK 0 0.16 0.57 0.13
HSL 42.86º 0.66% 0.62% -
HSV(B) 42.86º 0.57% 0.87% -
XYZ 49.79 51.49 18.38 -
YUV 186.5 76.93 153.32 -
System Red Green Blue C M Y K H S L
Decimal 222 186 96 0 0.16 0.57 0.13 42.86 0.66 0.62
Hex DE BA 60 0 10 39 D 2B 42 3E
Octal 336 272 140 0 20 71 15 53 102 76
Binary 11011110 10111010 1100000 0 10000 111001 1101 101011 1000010 111110

Color Harmonies of #DEBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA60

Black with #DEBA60

Text Example


Text Example

White with #DEBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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