Html Css Color HEX #DBB321 Gold Tips

📋 copy color: '#DBB321'

red 219 ◦ green 179 ◦ blue 33

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

Shades of Gold Tips #DBB321

Tints of Gold Tips #DBB321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.66%

R = 50.81%
G = 41.53%
B = 7.66%

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

#DBB321 (or 0xDBB321) is known color: Gold Tips. HEX triplet: DB, B3 and 21. RGB value is (219,179,33). Sum of RGB (Red+Green+Blue) = 219+179+33=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB321 is #244CDE. Grayscale: #AEAEAE. Windows color (decimal): -2378975 or 2208731. OLE color: 2208731.

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

Color convert

RGB 219 179 33 -
CMYK 0 0.18 0.85 0.14
HSL 47.1º 0.74% 0.49% -
HSV(B) 47.1º 0.85% 0.86% -
XYZ 45.61 47.41 8.19 -
YUV 174.32 48.25 159.87 -
System Red Green Blue C M Y K H S L
Decimal 219 179 33 0 0.18 0.85 0.14 47.1 0.74 0.49
Hex DB B3 21 0 12 55 E 2F 4A 31
Octal 333 263 41 0 22 125 16 57 112 61
Binary 11011011 10110011 100001 0 10010 1010101 1110 101111 1001010 110001

Color Harmonies of #DBB321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB321

Black with #DBB321

Text Example


Text Example

White with #DBB321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB321; }

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

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

background-color css

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

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

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

border-color css

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

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

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