Html Css Color HEX #DBBA29 Gold Tips

📋 copy color: '#DBBA29'

red 219 ◦ green 186 ◦ blue 41

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

Shades of Gold Tips #DBBA29

Tints of Gold Tips #DBBA29

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.7%

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

R = 49.1%
G = 41.7%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBBA29 (or 0xDBBA29) is known color: Gold Tips. HEX triplet: DB, BA and 29. RGB value is (219,186,41). Sum of RGB (Red+Green+Blue) = 219+186+41=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 41 (16.41% from 255 or 9.19% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA29 is #2445D6. Grayscale: #B3B3B3. Windows color (decimal): -2377175 or 2734811. OLE color: 2734811.

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

Color convert

RGB 219 186 41 -
CMYK 0 0.15 0.81 0.14
HSL 48.88º 0.71% 0.51% -
HSV(B) 48.88º 0.81% 0.86% -
XYZ 47.17 50.34 9.33 -
YUV 179.34 49.93 156.29 -
System Red Green Blue C M Y K H S L
Decimal 219 186 41 0 0.15 0.81 0.14 48.88 0.71 0.51
Hex DB BA 29 0 F 51 E 31 47 33
Octal 333 272 51 0 17 121 16 61 107 63
Binary 11011011 10111010 101001 0 1111 1010001 1110 110001 1000111 110011

Color Harmonies of #DBBA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA29

Black with #DBBA29

Text Example


Text Example

White with #DBBA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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