Html Css Color HEX #DEB124 Gold Tips

📋 copy color: '#DEB124'

red 222 ◦ green 177 ◦ blue 36

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

Shades of Gold Tips #DEB124

Tints of Gold Tips #DEB124

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.69%

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

R = 51.03%
G = 40.69%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DEB124 (or 0xDEB124) is known color: Gold Tips. HEX triplet: DE, B1 and 24. RGB value is (222,177,36). Sum of RGB (Red+Green+Blue) = 222+177+36=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB124 is #214EDB. Grayscale: #AEAEAE. Windows color (decimal): -2182876 or 2404830. OLE color: 2404830.

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

Color convert

RGB 222 177 36 -
CMYK 0 0.20 0.84 0.13
HSL 45.48º 0.74% 0.51% -
HSV(B) 45.48º 0.84% 0.87% -
XYZ 46.16 47.1 8.33 -
YUV 174.38 49.91 161.96 -
System Red Green Blue C M Y K H S L
Decimal 222 177 36 0 0.20 0.84 0.13 45.48 0.74 0.51
Hex DE B1 24 0 14 54 D 2D 4A 33
Octal 336 261 44 0 24 124 15 55 112 63
Binary 11011110 10110001 100100 0 10100 1010100 1101 101101 1001010 110011

Color Harmonies of #DEB124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB124

Black with #DEB124

Text Example


Text Example

White with #DEB124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB124; }

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

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

background-color css

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

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

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

border-color css

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

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

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