Html Css Color HEX #DEB521 Gold Tips

📋 copy color: '#DEB521'

red 222 ◦ green 181 ◦ blue 33

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

Shades of Gold Tips #DEB521

Tints of Gold Tips #DEB521

RGB

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

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

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

R = 50.92%
G = 41.51%
B = 7.57%

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

#DEB521 (or 0xDEB521) is known color: Gold Tips. HEX triplet: DE, B5 and 21. RGB value is (222,181,33). Sum of RGB (Red+Green+Blue) = 222+181+33=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB521 is #214ADE. Grayscale: #B1B1B1. Windows color (decimal): -2181855 or 2209246. OLE color: 2209246.

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

Color convert

RGB 222 181 33 -
CMYK 0 0.18 0.85 0.13
HSL 46.98º 0.74% 0.5% -
HSV(B) 46.98º 0.85% 0.87% -
XYZ 46.92 48.69 8.36 -
YUV 176.39 47.08 160.53 -
System Red Green Blue C M Y K H S L
Decimal 222 181 33 0 0.18 0.85 0.13 46.98 0.74 0.5
Hex DE B5 21 0 12 55 D 2F 4A 32
Octal 336 265 41 0 22 125 15 57 112 62
Binary 11011110 10110101 100001 0 10010 1010101 1101 101111 1001010 110010

Color Harmonies of #DEB521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB521

Black with #DEB521

Text Example


Text Example

White with #DEB521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB521; }

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

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

background-color css

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

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

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

border-color css

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

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

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