Html Css Color HEX #DEBB58 Equator

📋 copy color: '#DEBB58'

red 222 ◦ green 187 ◦ blue 88

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

Shades of Equator #DEBB58

Tints of Equator #DEBB58

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.63%

 BLUE value IS 88 (34.77% from 255) = 17.71%

R = 44.67%
G = 37.63%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DEBB58 (or 0xDEBB58) is known color: Equator. HEX triplet: DE, BB and 58. RGB value is (222,187,88). Sum of RGB (Red+Green+Blue) = 222+187+88=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 88 (34.77% from 255 or 17.71% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB58 is #2144A7. Grayscale: #BABABA. Windows color (decimal): -2180264 or 5815262. OLE color: 5815262.

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

Color convert

RGB 222 187 88 -
CMYK 0 0.16 0.60 0.13
HSL 44.33º 0.67% 0.61% -
HSV(B) 44.33º 0.6% 0.87% -
XYZ 49.66 51.77 16.61 -
YUV 186.18 72.6 153.55 -
System Red Green Blue C M Y K H S L
Decimal 222 187 88 0 0.16 0.60 0.13 44.33 0.67 0.61
Hex DE BB 58 0 10 3C D 2C 43 3D
Octal 336 273 130 0 20 74 15 54 103 75
Binary 11011110 10111011 1011000 0 10000 111100 1101 101100 1000011 111101

Color Harmonies of #DEBB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBB58

Black with #DEBB58

Text Example


Text Example

White with #DEBB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBB58; }

 p { color: rgb(222,187,88); }

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

background-color css

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

 a { background-color: rgb(222,187,88); }

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

border-color css

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

 span { border-color: rgb(222,187,88); }

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