Html Css Color HEX #DBB830 Gold Tips

📋 copy color: '#DBB830'

red 219 ◦ green 184 ◦ blue 48

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

Shades of Gold Tips #DBB830

Tints of Gold Tips #DBB830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.64%

R = 48.56%
G = 40.8%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBB830 (or 0xDBB830) is known color: Gold Tips. HEX triplet: DB, B8 and 30. RGB value is (219,184,48). Sum of RGB (Red+Green+Blue) = 219+184+48=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB830 is #2447CF. Grayscale: #B3B3B3. Windows color (decimal): -2377680 or 3193051. OLE color: 3193051.

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

Color convert

RGB 219 184 48 -
CMYK 0 0.16 0.78 0.14
HSL 47.72º 0.7% 0.52% -
HSV(B) 47.72º 0.78% 0.86% -
XYZ 46.89 49.55 9.89 -
YUV 178.96 54.1 156.56 -
System Red Green Blue C M Y K H S L
Decimal 219 184 48 0 0.16 0.78 0.14 47.72 0.7 0.52
Hex DB B8 30 0 10 4E E 30 46 34
Octal 333 270 60 0 20 116 16 60 106 64
Binary 11011011 10111000 110000 0 10000 1001110 1110 110000 1000110 110100

Color Harmonies of #DBB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB830

Black with #DBB830

Text Example


Text Example

White with #DBB830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB830; }

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

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

background-color css

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

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

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

border-color css

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

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

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