Html Css Color HEX #DBB828 Gold Tips

📋 copy color: '#DBB828'

red 219 ◦ green 184 ◦ blue 40

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

Shades of Gold Tips #DBB828

Tints of Gold Tips #DBB828

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.53%

 BLUE value IS 40 (16.02% from 255) = 9.03%

R = 49.44%
G = 41.53%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBB828 (or 0xDBB828) is known color: Gold Tips. HEX triplet: DB, B8 and 28. RGB value is (219,184,40). Sum of RGB (Red+Green+Blue) = 219+184+40=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB828 is #2447D7. Grayscale: #B2B2B2. Windows color (decimal): -2377688 or 2668763. OLE color: 2668763.

HSL color Cylindrical-coordinate representation of color #DBB828: hue angle of 48.27º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBB828 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 184 40 -
CMYK 0 0.16 0.82 0.14
HSL 48.27º 0.71% 0.51% -
HSV(B) 48.27º 0.82% 0.86% -
XYZ 46.74 49.49 9.1 -
YUV 178.05 50.1 157.21 -
System Red Green Blue C M Y K H S L
Decimal 219 184 40 0 0.16 0.82 0.14 48.27 0.71 0.51
Hex DB B8 28 0 10 52 E 30 47 33
Octal 333 270 50 0 20 122 16 60 107 63
Binary 11011011 10111000 101000 0 10000 1010010 1110 110000 1000111 110011

Color Harmonies of #DBB828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB828

Black with #DBB828

Text Example


Text Example

White with #DBB828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB828; }

 p { color: rgb(219,184,40); }

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

background-color css

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

 a { background-color: rgb(219,184,40); }

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

border-color css

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

 span { border-color: rgb(219,184,40); }

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