Html Css Color HEX #DBBB29 Gold Tips

📋 copy color: '#DBBB29'

red 219 ◦ green 187 ◦ blue 41

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

Shades of Gold Tips #DBBB29

Tints of Gold Tips #DBBB29

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.83%

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

R = 48.99%
G = 41.83%
B = 9.17%

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

#DBBB29 (or 0xDBBB29) is known color: Gold Tips. HEX triplet: DB, BB and 29. RGB value is (219,187,41). Sum of RGB (Red+Green+Blue) = 219+187+41=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 41 (16.41% from 255 or 9.17% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB29 is #2444D6. Grayscale: #B4B4B4. Windows color (decimal): -2376919 or 2735067. OLE color: 2735067.

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

Color convert

RGB 219 187 41 -
CMYK 0 0.15 0.81 0.14
HSL 49.21º 0.71% 0.51% -
HSV(B) 49.21º 0.81% 0.86% -
XYZ 47.38 50.76 9.4 -
YUV 179.92 49.6 155.87 -
System Red Green Blue C M Y K H S L
Decimal 219 187 41 0 0.15 0.81 0.14 49.21 0.71 0.51
Hex DB BB 29 0 F 51 E 31 47 33
Octal 333 273 51 0 17 121 16 61 107 63
Binary 11011011 10111011 101001 0 1111 1010001 1110 110001 1000111 110011

Color Harmonies of #DBBB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB29

Black with #DBBB29

Text Example


Text Example

White with #DBBB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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