Html Css Color HEX #DBB529 Gold Tips

📋 copy color: '#DBB529'

red 219 ◦ green 181 ◦ blue 41

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

Shades of Gold Tips #DBB529

Tints of Gold Tips #DBB529

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.04%

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

R = 49.66%
G = 41.04%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBB529 (or 0xDBB529) is known color: Gold Tips. HEX triplet: DB, B5 and 29. RGB value is (219,181,41). Sum of RGB (Red+Green+Blue) = 219+181+41=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 41 (16.41% from 255 or 9.30% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB529 is #244AD6. Grayscale: #B1B1B1. Windows color (decimal): -2378455 or 2733531. OLE color: 2733531.

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

Color convert

RGB 219 181 41 -
CMYK 0 0.17 0.81 0.14
HSL 47.19º 0.71% 0.51% -
HSV(B) 47.19º 0.81% 0.86% -
XYZ 46.14 48.27 8.98 -
YUV 176.4 51.59 158.38 -
System Red Green Blue C M Y K H S L
Decimal 219 181 41 0 0.17 0.81 0.14 47.19 0.71 0.51
Hex DB B5 29 0 11 51 E 2F 47 33
Octal 333 265 51 0 21 121 16 57 107 63
Binary 11011011 10110101 101001 0 10001 1010001 1110 101111 1000111 110011

Color Harmonies of #DBB529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB529

Black with #DBB529

Text Example


Text Example

White with #DBB529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB529; }

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

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

background-color css

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

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

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

border-color css

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

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

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