Html Css Color HEX #DEB05D Equator

📋 copy color: '#DEB05D'

red 222 ◦ green 176 ◦ blue 93

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

Shades of Equator #DEB05D

Tints of Equator #DEB05D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.85%

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

R = 45.21%
G = 35.85%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DEB05D (or 0xDEB05D) is known color: Equator. HEX triplet: DE, B0 and 5D. RGB value is (222,176,93). Sum of RGB (Red+Green+Blue) = 222+176+93=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB05D is #214FA2. Grayscale: #B4B4B4. Windows color (decimal): -2183075 or 6140126. OLE color: 6140126.

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

Color convert

RGB 222 176 93 -
CMYK 0 0.21 0.58 0.13
HSL 38.6º 0.66% 0.62% -
HSV(B) 38.6º 0.58% 0.87% -
XYZ 47.63 47.37 16.99 -
YUV 180.29 78.74 157.75 -
System Red Green Blue C M Y K H S L
Decimal 222 176 93 0 0.21 0.58 0.13 38.6 0.66 0.62
Hex DE B0 5D 0 15 3A D 27 42 3E
Octal 336 260 135 0 25 72 15 47 102 76
Binary 11011110 10110000 1011101 0 10101 111010 1101 100111 1000010 111110

Color Harmonies of #DEB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB05D

Black with #DEB05D

Text Example


Text Example

White with #DEB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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