Html Css Color HEX #DEB420 Gold Tips

📋 copy color: '#DEB420'

red 222 ◦ green 180 ◦ blue 32

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

Shades of Gold Tips #DEB420

Tints of Gold Tips #DEB420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.47%

 BLUE value IS 32 (12.89% from 255) = 7.37%

R = 51.15%
G = 41.47%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEB420 (or 0xDEB420) is known color: Gold Tips. HEX triplet: DE, B4 and 20. RGB value is (222,180,32). Sum of RGB (Red+Green+Blue) = 222+180+32=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB420 is #214BDF. Grayscale: #B0B0B0. Windows color (decimal): -2182112 or 2143454. OLE color: 2143454.

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

Color convert

RGB 222 180 32 -
CMYK 0 0.19 0.86 0.13
HSL 46.74º 0.75% 0.5% -
HSV(B) 46.74º 0.86% 0.87% -
XYZ 46.71 48.28 8.22 -
YUV 175.69 46.91 161.03 -
System Red Green Blue C M Y K H S L
Decimal 222 180 32 0 0.19 0.86 0.13 46.74 0.75 0.5
Hex DE B4 20 0 13 56 D 2F 4B 32
Octal 336 264 40 0 23 126 15 57 113 62
Binary 11011110 10110100 100000 0 10011 1010110 1101 101111 1001011 110010

Color Harmonies of #DEB420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB420

Black with #DEB420

Text Example


Text Example

White with #DEB420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB420; }

 p { color: rgb(222,180,32); }

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

background-color css

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

 a { background-color: rgb(222,180,32); }

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

border-color css

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

 span { border-color: rgb(222,180,32); }

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