Html Css Color HEX #DBB420 Gold Tips

📋 copy color: '#DBB420'

red 219 ◦ green 180 ◦ blue 32

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

Shades of Gold Tips #DBB420

Tints of Gold Tips #DBB420

RGB

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

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

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

R = 50.81%
G = 41.76%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBB420 (or 0xDBB420) is known color: Gold Tips. HEX triplet: DB, B4 and 20. RGB value is (219,180,32). Sum of RGB (Red+Green+Blue) = 219+180+32=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB420 is #244BDF. Grayscale: #AFAFAF. Windows color (decimal): -2378720 or 2143451. OLE color: 2143451.

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

Color convert

RGB 219 180 32 -
CMYK 0 0.18 0.85 0.14
HSL 47.49º 0.75% 0.49% -
HSV(B) 47.49º 0.85% 0.86% -
XYZ 45.8 47.81 8.18 -
YUV 174.79 47.42 159.53 -
System Red Green Blue C M Y K H S L
Decimal 219 180 32 0 0.18 0.85 0.14 47.49 0.75 0.49
Hex DB B4 20 0 12 55 E 2F 4B 31
Octal 333 264 40 0 22 125 16 57 113 61
Binary 11011011 10110100 100000 0 10010 1010101 1110 101111 1001011 110001

Color Harmonies of #DBB420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB420

Black with #DBB420

Text Example


Text Example

White with #DBB420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB420; }

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

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

background-color css

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

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

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

border-color css

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

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

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