Html Css Color HEX #DEBC60 Equator

📋 copy color: '#DEBC60'

red 222 ◦ green 188 ◦ blue 96

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

Shades of Equator #DEBC60

Tints of Equator #DEBC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.15%

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

R = 43.87%
G = 37.15%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DEBC60 (or 0xDEBC60) is known color: Equator. HEX triplet: DE, BC and 60. RGB value is (222,188,96). Sum of RGB (Red+Green+Blue) = 222+188+96=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC60 is #21439F. Grayscale: #BCBCBC. Windows color (decimal): -2180000 or 6339806. OLE color: 6339806.

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

Color convert

RGB 222 188 96 -
CMYK 0 0.15 0.57 0.13
HSL 43.81º 0.66% 0.62% -
HSV(B) 43.81º 0.57% 0.87% -
XYZ 50.22 52.34 18.52 -
YUV 187.68 76.26 152.48 -
System Red Green Blue C M Y K H S L
Decimal 222 188 96 0 0.15 0.57 0.13 43.81 0.66 0.62
Hex DE BC 60 0 F 39 D 2C 42 3E
Octal 336 274 140 0 17 71 15 54 102 76
Binary 11011110 10111100 1100000 0 1111 111001 1101 101100 1000010 111110

Color Harmonies of #DEBC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC60

Black with #DEBC60

Text Example


Text Example

White with #DEBC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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