Html Css Color HEX #DEB431 Gold Tips

📋 copy color: '#DEB431'

red 222 ◦ green 180 ◦ blue 49

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

Shades of Gold Tips #DEB431

Tints of Gold Tips #DEB431

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.91%

 BLUE value IS 49 (19.53% from 255) = 10.86%

R = 49.22%
G = 39.91%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEB431 (or 0xDEB431) is known color: Gold Tips. HEX triplet: DE, B4 and 31. RGB value is (222,180,49). Sum of RGB (Red+Green+Blue) = 222+180+49=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB431 is #214BCE. Grayscale: #B2B2B2. Windows color (decimal): -2182095 or 3257566. OLE color: 3257566.

HSL color Cylindrical-coordinate representation of color #DEB431: hue angle of 45.43º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEB431 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 180 49 -
CMYK 0 0.19 0.78 0.13
HSL 45.43º 0.72% 0.53% -
HSV(B) 45.43º 0.78% 0.87% -
XYZ 47 48.39 9.77 -
YUV 177.62 55.41 159.65 -
System Red Green Blue C M Y K H S L
Decimal 222 180 49 0 0.19 0.78 0.13 45.43 0.72 0.53
Hex DE B4 31 0 13 4E D 2D 48 35
Octal 336 264 61 0 23 116 15 55 110 65
Binary 11011110 10110100 110001 0 10011 1001110 1101 101101 1001000 110101

Color Harmonies of #DEB431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB431

Black with #DEB431

Text Example


Text Example

White with #DEB431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB431; }

 p { color: rgb(222,180,49); }

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

background-color css

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

 a { background-color: rgb(222,180,49); }

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

border-color css

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

 span { border-color: rgb(222,180,49); }

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