Html Css Color HEX #DBB320 Gold Tips

📋 copy color: '#DBB320'

red 219 ◦ green 179 ◦ blue 32

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

Shades of Gold Tips #DBB320

Tints of Gold Tips #DBB320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.63%

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

R = 50.93%
G = 41.63%
B = 7.44%

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

#DBB320 (or 0xDBB320) is known color: Gold Tips. HEX triplet: DB, B3 and 20. RGB value is (219,179,32). Sum of RGB (Red+Green+Blue) = 219+179+32=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB320 is #244CDF. Grayscale: #AEAEAE. Windows color (decimal): -2378976 or 2143195. OLE color: 2143195.

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

Color convert

RGB 219 179 32 -
CMYK 0 0.18 0.85 0.14
HSL 47.17º 0.75% 0.49% -
HSV(B) 47.17º 0.85% 0.86% -
XYZ 45.59 47.4 8.11 -
YUV 174.2 47.75 159.95 -
System Red Green Blue C M Y K H S L
Decimal 219 179 32 0 0.18 0.85 0.14 47.17 0.75 0.49
Hex DB B3 20 0 12 55 E 2F 4B 31
Octal 333 263 40 0 22 125 16 57 113 61
Binary 11011011 10110011 100000 0 10010 1010101 1110 101111 1001011 110001

Color Harmonies of #DBB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB320

Black with #DBB320

Text Example


Text Example

White with #DBB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB320; }

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

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

background-color css

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

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

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

border-color css

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

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

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