Html Css Color HEX #DEB020 Gold Tips

📋 copy color: '#DEB020'

red 222 ◦ green 176 ◦ blue 32

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

Shades of Gold Tips #DEB020

Tints of Gold Tips #DEB020

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.93%

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

R = 51.63%
G = 40.93%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEB020 (or 0xDEB020) is known color: Gold Tips. HEX triplet: DE, B0 and 20. RGB value is (222,176,32). Sum of RGB (Red+Green+Blue) = 222+176+32=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB020 is #214FDF. Grayscale: #ADADAD. Windows color (decimal): -2183136 or 2142430. OLE color: 2142430.

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

Color convert

RGB 222 176 32 -
CMYK 0 0.21 0.86 0.13
HSL 45.47º 0.75% 0.5% -
HSV(B) 45.47º 0.86% 0.87% -
XYZ 45.91 46.68 7.96 -
YUV 173.34 48.24 162.71 -
System Red Green Blue C M Y K H S L
Decimal 222 176 32 0 0.21 0.86 0.13 45.47 0.75 0.5
Hex DE B0 20 0 15 56 D 2D 4B 32
Octal 336 260 40 0 25 126 15 55 113 62
Binary 11011110 10110000 100000 0 10101 1010110 1101 101101 1001011 110010

Color Harmonies of #DEB020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB020

Black with #DEB020

Text Example


Text Example

White with #DEB020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB020; }

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

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

background-color css

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

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

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

border-color css

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

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

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