Html Css Color HEX #DEBA5D Equator

📋 copy color: '#DEBA5D'

red 222 ◦ green 186 ◦ blue 93

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

Shades of Equator #DEBA5D

Tints of Equator #DEBA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.56%

R = 44.31%
G = 37.13%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DEBA5D (or 0xDEBA5D) is known color: Equator. HEX triplet: DE, BA and 5D. RGB value is (222,186,93). Sum of RGB (Red+Green+Blue) = 222+186+93=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA5D is #2145A2. Grayscale: #BABABA. Windows color (decimal): -2180515 or 6142686. OLE color: 6142686.

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

Color convert

RGB 222 186 93 -
CMYK 0 0.16 0.58 0.13
HSL 43.26º 0.66% 0.62% -
HSV(B) 43.26º 0.58% 0.87% -
XYZ 49.66 51.44 17.67 -
YUV 186.16 75.43 153.56 -
System Red Green Blue C M Y K H S L
Decimal 222 186 93 0 0.16 0.58 0.13 43.26 0.66 0.62
Hex DE BA 5D 0 10 3A D 2B 42 3E
Octal 336 272 135 0 20 72 15 53 102 76
Binary 11011110 10111010 1011101 0 10000 111010 1101 101011 1000010 111110

Color Harmonies of #DEBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA5D

Black with #DEBA5D

Text Example


Text Example

White with #DEBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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