Html Css Color HEX #DEB126 Gold Tips

📋 copy color: '#DEB126'

red 222 ◦ green 177 ◦ blue 38

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

Shades of Gold Tips #DEB126

Tints of Gold Tips #DEB126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.7%

R = 50.8%
G = 40.5%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DEB126 (or 0xDEB126) is known color: Gold Tips. HEX triplet: DE, B1 and 26. RGB value is (222,177,38). Sum of RGB (Red+Green+Blue) = 222+177+38=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 38 (15.23% from 255 or 8.70% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB126 is #214ED9. Grayscale: #AFAFAF. Windows color (decimal): -2182874 or 2535902. OLE color: 2535902.

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

Color convert

RGB 222 177 38 -
CMYK 0 0.20 0.83 0.13
HSL 45.33º 0.74% 0.51% -
HSV(B) 45.33º 0.83% 0.87% -
XYZ 46.2 47.11 8.49 -
YUV 174.61 50.91 161.8 -
System Red Green Blue C M Y K H S L
Decimal 222 177 38 0 0.20 0.83 0.13 45.33 0.74 0.51
Hex DE B1 26 0 14 53 D 2D 4A 33
Octal 336 261 46 0 24 123 15 55 112 63
Binary 11011110 10110001 100110 0 10100 1010011 1101 101101 1001010 110011

Color Harmonies of #DEB126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB126

Black with #DEB126

Text Example


Text Example

White with #DEB126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB126; }

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

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

background-color css

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

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

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

border-color css

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

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

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