Html Css Color HEX #DEBA58 Equator

📋 copy color: '#DEBA58'

red 222 ◦ green 186 ◦ blue 88

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

Shades of Equator #DEBA58

Tints of Equator #DEBA58

RGB

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

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

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

R = 44.76%
G = 37.5%
B = 17.74%

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

#DEBA58 (or 0xDEBA58) is known color: Equator. HEX triplet: DE, BA and 58. RGB value is (222,186,88). Sum of RGB (Red+Green+Blue) = 222+186+88=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA58 is #2145A7. Grayscale: #BABABA. Windows color (decimal): -2180520 or 5815006. OLE color: 5815006.

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

Color convert

RGB 222 186 88 -
CMYK 0 0.16 0.60 0.13
HSL 43.88º 0.67% 0.61% -
HSV(B) 43.88º 0.6% 0.87% -
XYZ 49.44 51.35 16.54 -
YUV 185.59 72.93 153.97 -
System Red Green Blue C M Y K H S L
Decimal 222 186 88 0 0.16 0.60 0.13 43.88 0.67 0.61
Hex DE BA 58 0 10 3C D 2C 43 3D
Octal 336 272 130 0 20 74 15 54 103 75
Binary 11011110 10111010 1011000 0 10000 111100 1101 101100 1000011 111101

Color Harmonies of #DEBA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA58

Black with #DEBA58

Text Example


Text Example

White with #DEBA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA58; }

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

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

background-color css

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

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

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

border-color css

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

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

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