Html Css Color HEX #DEB821 Gold Tips

📋 copy color: '#DEB821'

red 222 ◦ green 184 ◦ blue 33

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

Shades of Gold Tips #DEB821

Tints of Gold Tips #DEB821

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.91%

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

R = 50.57%
G = 41.91%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DEB821 (or 0xDEB821) is known color: Gold Tips. HEX triplet: DE, B8 and 21. RGB value is (222,184,33). Sum of RGB (Red+Green+Blue) = 222+184+33=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 33 (13.28% from 255 or 7.52% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB821 is #2147DE. Grayscale: #B2B2B2. Windows color (decimal): -2181087 or 2210014. OLE color: 2210014.

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

Color convert

RGB 222 184 33 -
CMYK 0 0.17 0.85 0.13
HSL 47.94º 0.74% 0.5% -
HSV(B) 47.94º 0.85% 0.87% -
XYZ 47.54 49.92 8.57 -
YUV 178.15 46.09 159.28 -
System Red Green Blue C M Y K H S L
Decimal 222 184 33 0 0.17 0.85 0.13 47.94 0.74 0.5
Hex DE B8 21 0 11 55 D 30 4A 32
Octal 336 270 41 0 21 125 15 60 112 62
Binary 11011110 10111000 100001 0 10001 1010101 1101 110000 1001010 110010

Color Harmonies of #DEB821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB821

Black with #DEB821

Text Example


Text Example

White with #DEB821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB821; }

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

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

background-color css

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

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

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

border-color css

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

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

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