Html Css Color HEX #DBBC29 Gold Tips

📋 copy color: '#DBBC29'

red 219 ◦ green 188 ◦ blue 41

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

Shades of Gold Tips #DBBC29

Tints of Gold Tips #DBBC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.96%

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

R = 48.88%
G = 41.96%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBBC29 (or 0xDBBC29) is known color: Gold Tips. HEX triplet: DB, BC and 29. RGB value is (219,188,41). Sum of RGB (Red+Green+Blue) = 219+188+41=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 41 (16.41% from 255 or 9.15% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC29 is #2443D6. Grayscale: #B5B5B5. Windows color (decimal): -2376663 or 2735323. OLE color: 2735323.

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

Color convert

RGB 219 188 41 -
CMYK 0 0.14 0.81 0.14
HSL 49.55º 0.71% 0.51% -
HSV(B) 49.55º 0.81% 0.86% -
XYZ 47.6 51.19 9.47 -
YUV 180.51 49.27 155.45 -
System Red Green Blue C M Y K H S L
Decimal 219 188 41 0 0.14 0.81 0.14 49.55 0.71 0.51
Hex DB BC 29 0 E 51 E 32 47 33
Octal 333 274 51 0 16 121 16 62 107 63
Binary 11011011 10111100 101001 0 1110 1010001 1110 110010 1000111 110011

Color Harmonies of #DBBC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBC29

Black with #DBBC29

Text Example


Text Example

White with #DBBC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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