Html Css Color HEX #DEB528 Gold Tips

📋 copy color: '#DEB528'

red 222 ◦ green 181 ◦ blue 40

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

Shades of Gold Tips #DEB528

Tints of Gold Tips #DEB528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.03%

R = 50.11%
G = 40.86%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEB528 (or 0xDEB528) is known color: Gold Tips. HEX triplet: DE, B5 and 28. RGB value is (222,181,40). Sum of RGB (Red+Green+Blue) = 222+181+40=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB528 is #214AD7. Grayscale: #B1B1B1. Windows color (decimal): -2181848 or 2667998. OLE color: 2667998.

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

Color convert

RGB 222 181 40 -
CMYK 0 0.18 0.82 0.13
HSL 46.48º 0.73% 0.51% -
HSV(B) 46.48º 0.82% 0.87% -
XYZ 47.03 48.73 8.93 -
YUV 177.19 50.58 159.96 -
System Red Green Blue C M Y K H S L
Decimal 222 181 40 0 0.18 0.82 0.13 46.48 0.73 0.51
Hex DE B5 28 0 12 52 D 2E 49 33
Octal 336 265 50 0 22 122 15 56 111 63
Binary 11011110 10110101 101000 0 10010 1010010 1101 101110 1001001 110011

Color Harmonies of #DEB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB528

Black with #DEB528

Text Example


Text Example

White with #DEB528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB528; }

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

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

background-color css

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

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

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

border-color css

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

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

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