Html Css Color HEX #DBB929 Gold Tips

📋 copy color: '#DBB929'

red 219 ◦ green 185 ◦ blue 41

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

Shades of Gold Tips #DBB929

Tints of Gold Tips #DBB929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

 BLUE value IS 41 (16.41% from 255) = 9.21%

R = 49.21%
G = 41.57%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBB929 (or 0xDBB929) is known color: Gold Tips. HEX triplet: DB, B9 and 29. RGB value is (219,185,41). Sum of RGB (Red+Green+Blue) = 219+185+41=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB929 is #2446D6. Grayscale: #B3B3B3. Windows color (decimal): -2377431 or 2734555. OLE color: 2734555.

HSL color Cylindrical-coordinate representation of color #DBB929: hue angle of 48.54º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBB929 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 185 41 -
CMYK 0 0.16 0.81 0.14
HSL 48.54º 0.71% 0.51% -
HSV(B) 48.54º 0.81% 0.86% -
XYZ 46.96 49.92 9.26 -
YUV 178.75 50.26 156.71 -
System Red Green Blue C M Y K H S L
Decimal 219 185 41 0 0.16 0.81 0.14 48.54 0.71 0.51
Hex DB B9 29 0 10 51 E 31 47 33
Octal 333 271 51 0 20 121 16 61 107 63
Binary 11011011 10111001 101001 0 10000 1010001 1110 110001 1000111 110011

Color Harmonies of #DBB929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB929

Black with #DBB929

Text Example


Text Example

White with #DBB929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB929; }

 p { color: rgb(219,185,41); }

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

background-color css

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

 a { background-color: rgb(219,185,41); }

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

border-color css

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

 span { border-color: rgb(219,185,41); }

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