Html Css Color HEX #DEB024 Gold Tips

📋 copy color: '#DEB024'

red 222 ◦ green 176 ◦ blue 36

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

Shades of Gold Tips #DEB024

Tints of Gold Tips #DEB024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.29%

R = 51.15%
G = 40.55%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DEB024 (or 0xDEB024) is known color: Gold Tips. HEX triplet: DE, B0 and 24. RGB value is (222,176,36). Sum of RGB (Red+Green+Blue) = 222+176+36=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB024 is #214FDB. Grayscale: #AEAEAE. Windows color (decimal): -2183132 or 2404574. OLE color: 2404574.

HSL color Cylindrical-coordinate representation of color #DEB024: hue angle of 45.16º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEB024 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 176 36 -
CMYK 0 0.21 0.84 0.13
HSL 45.16º 0.74% 0.51% -
HSV(B) 45.16º 0.84% 0.87% -
XYZ 45.97 46.71 8.26 -
YUV 173.79 50.24 162.38 -
System Red Green Blue C M Y K H S L
Decimal 222 176 36 0 0.21 0.84 0.13 45.16 0.74 0.51
Hex DE B0 24 0 15 54 D 2D 4A 33
Octal 336 260 44 0 25 124 15 55 112 63
Binary 11011110 10110000 100100 0 10101 1010100 1101 101101 1001010 110011

Color Harmonies of #DEB024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB024

Black with #DEB024

Text Example


Text Example

White with #DEB024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB024; }

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

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

background-color css

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

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

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

border-color css

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

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

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