Html Css Color HEX #DEB51E Gold Tips

📋 copy color: '#DEB51E'

red 222 ◦ green 181 ◦ blue 30

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

Shades of Gold Tips #DEB51E

Tints of Gold Tips #DEB51E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.8%

 BLUE value IS 30 (12.11% from 255) = 6.93%

R = 51.27%
G = 41.8%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEB51E (or 0xDEB51E) is known color: Gold Tips. HEX triplet: DE, B5 and 1E. RGB value is (222,181,30). Sum of RGB (Red+Green+Blue) = 222+181+30=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 30 (12.11% from 255 or 6.93% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB51E is #214AE1. Grayscale: #B0B0B0. Windows color (decimal): -2181858 or 2012638. OLE color: 2012638.

HSL color Cylindrical-coordinate representation of color #DEB51E: hue angle of 47.19º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEB51E is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 181 30 -
CMYK 0 0.18 0.86 0.13
HSL 47.19º 0.76% 0.49% -
HSV(B) 47.19º 0.86% 0.87% -
XYZ 46.88 48.67 8.15 -
YUV 176.05 45.58 160.78 -
System Red Green Blue C M Y K H S L
Decimal 222 181 30 0 0.18 0.86 0.13 47.19 0.76 0.49
Hex DE B5 1E 0 12 56 D 2F 4C 31
Octal 336 265 36 0 22 126 15 57 114 61
Binary 11011110 10110101 11110 0 10010 1010110 1101 101111 1001100 110001

Color Harmonies of #DEB51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB51E

Black with #DEB51E

Text Example


Text Example

White with #DEB51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB51E; }

 p { color: rgb(222,181,30); }

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

background-color css

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

 a { background-color: rgb(222,181,30); }

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

border-color css

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

 span { border-color: rgb(222,181,30); }

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