Html Css Color HEX #DEB721 Gold Tips

📋 copy color: '#DEB721'

red 222 ◦ green 183 ◦ blue 33

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

Shades of Gold Tips #DEB721

Tints of Gold Tips #DEB721

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.78%

 BLUE value IS 33 (13.28% from 255) = 7.53%

R = 50.68%
G = 41.78%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DEB721 (or 0xDEB721) is known color: Gold Tips. HEX triplet: DE, B7 and 21. RGB value is (222,183,33). Sum of RGB (Red+Green+Blue) = 222+183+33=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB721 is #2148DE. Grayscale: #B2B2B2. Windows color (decimal): -2181343 or 2209758. OLE color: 2209758.

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

Color convert

RGB 222 183 33 -
CMYK 0 0.18 0.85 0.13
HSL 47.62º 0.74% 0.5% -
HSV(B) 47.62º 0.85% 0.87% -
XYZ 47.33 49.51 8.5 -
YUV 177.56 46.42 159.7 -
System Red Green Blue C M Y K H S L
Decimal 222 183 33 0 0.18 0.85 0.13 47.62 0.74 0.5
Hex DE B7 21 0 12 55 D 30 4A 32
Octal 336 267 41 0 22 125 15 60 112 62
Binary 11011110 10110111 100001 0 10010 1010101 1101 110000 1001010 110010

Color Harmonies of #DEB721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB721

Black with #DEB721

Text Example


Text Example

White with #DEB721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB721; }

 p { color: rgb(222,183,33); }

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

background-color css

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

 a { background-color: rgb(222,183,33); }

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

border-color css

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

 span { border-color: rgb(222,183,33); }

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