Html Css Color HEX #DBB329 Gold Tips

📋 copy color: '#DBB329'

red 219 ◦ green 179 ◦ blue 41

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

Shades of Gold Tips #DBB329

Tints of Gold Tips #DBB329

RGB

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

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

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

R = 49.89%
G = 40.77%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBB329 (or 0xDBB329) is known color: Gold Tips. HEX triplet: DB, B3 and 29. RGB value is (219,179,41). Sum of RGB (Red+Green+Blue) = 219+179+41=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB329 is #244CD6. Grayscale: #AFAFAF. Windows color (decimal): -2378967 or 2733019. OLE color: 2733019.

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

Color convert

RGB 219 179 41 -
CMYK 0 0.18 0.81 0.14
HSL 46.52º 0.71% 0.51% -
HSV(B) 46.52º 0.81% 0.86% -
XYZ 45.73 47.46 8.85 -
YUV 175.23 52.25 159.22 -
System Red Green Blue C M Y K H S L
Decimal 219 179 41 0 0.18 0.81 0.14 46.52 0.71 0.51
Hex DB B3 29 0 12 51 E 2F 47 33
Octal 333 263 51 0 22 121 16 57 107 63
Binary 11011011 10110011 101001 0 10010 1010001 1110 101111 1000111 110011

Color Harmonies of #DBB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB329

Black with #DBB329

Text Example


Text Example

White with #DBB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB329; }

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

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

background-color css

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

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

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

border-color css

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

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

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