Html Css Color HEX #DBB020 Gold Tips

📋 copy color: '#DBB020'

red 219 ◦ green 176 ◦ blue 32

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

Shades of Gold Tips #DBB020

Tints of Gold Tips #DBB020

RGB

 RED value IS 219 (85.94% from 255) = 51.29%

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

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

R = 51.29%
G = 41.22%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBB020 (or 0xDBB020) is known color: Gold Tips. HEX triplet: DB, B0 and 20. RGB value is (219,176,32). Sum of RGB (Red+Green+Blue) = 219+176+32=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB020 is #244FDF. Grayscale: #ADADAD. Windows color (decimal): -2379744 or 2142427. OLE color: 2142427.

HSL color Cylindrical-coordinate representation of color #DBB020: hue angle of 46.2º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBB020 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 32 -
CMYK 0 0.20 0.85 0.14
HSL 46.2º 0.75% 0.49% -
HSV(B) 46.2º 0.85% 0.86% -
XYZ 45 46.22 7.92 -
YUV 172.44 48.75 161.21 -
System Red Green Blue C M Y K H S L
Decimal 219 176 32 0 0.20 0.85 0.14 46.2 0.75 0.49
Hex DB B0 20 0 14 55 E 2E 4B 31
Octal 333 260 40 0 24 125 16 56 113 61
Binary 11011011 10110000 100000 0 10100 1010101 1110 101110 1001011 110001

Color Harmonies of #DBB020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB020

Black with #DBB020

Text Example


Text Example

White with #DBB020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB020; }

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

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

background-color css

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

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

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

border-color css

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

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

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