Html Css Color HEX #DBB31C Gold Tips

📋 copy color: '#DBB31C'

red 219 ◦ green 179 ◦ blue 28

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

Shades of Gold Tips #DBB31C

Tints of Gold Tips #DBB31C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.02%

 BLUE value IS 28 (11.33% from 255) = 6.57%

R = 51.41%
G = 42.02%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBB31C (or 0xDBB31C) is known color: Gold Tips. HEX triplet: DB, B3 and 1C. RGB value is (219,179,28). Sum of RGB (Red+Green+Blue) = 219+179+28=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB31C is #244CE3. Grayscale: #AEAEAE. Windows color (decimal): -2378980 or 1881051. OLE color: 1881051.

HSL color Cylindrical-coordinate representation of color #DBB31C: hue angle of 47.43º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBB31C is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 179 28 -
CMYK 0 0.18 0.87 0.14
HSL 47.43º 0.77% 0.48% -
HSV(B) 47.43º 0.87% 0.86% -
XYZ 45.54 47.38 7.84 -
YUV 173.75 45.75 160.28 -
System Red Green Blue C M Y K H S L
Decimal 219 179 28 0 0.18 0.87 0.14 47.43 0.77 0.48
Hex DB B3 1C 0 12 57 E 2F 4D 30
Octal 333 263 34 0 22 127 16 57 115 60
Binary 11011011 10110011 11100 0 10010 1010111 1110 101111 1001101 110000

Color Harmonies of #DBB31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB31C

Black with #DBB31C

Text Example


Text Example

White with #DBB31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB31C; }

 p { color: rgb(219,179,28); }

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

background-color css

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

 a { background-color: rgb(219,179,28); }

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

border-color css

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

 span { border-color: rgb(219,179,28); }

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