Html Css Color HEX #DBB31F Gold Tips

📋 copy color: '#DBB31F'

red 219 ◦ green 179 ◦ blue 31

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

Shades of Gold Tips #DBB31F

Tints of Gold Tips #DBB31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.23%

R = 51.05%
G = 41.72%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBB31F (or 0xDBB31F) is known color: Gold Tips. HEX triplet: DB, B3 and 1F. RGB value is (219,179,31). Sum of RGB (Red+Green+Blue) = 219+179+31=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB31F is #244CE0. Grayscale: #AEAEAE. Windows color (decimal): -2378977 or 2077659. OLE color: 2077659.

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

Color convert

RGB 219 179 31 -
CMYK 0 0.18 0.86 0.14
HSL 47.23º 0.75% 0.49% -
HSV(B) 47.23º 0.86% 0.86% -
XYZ 45.58 47.4 8.04 -
YUV 174.09 47.25 160.03 -
System Red Green Blue C M Y K H S L
Decimal 219 179 31 0 0.18 0.86 0.14 47.23 0.75 0.49
Hex DB B3 1F 0 12 56 E 2F 4B 31
Octal 333 263 37 0 22 126 16 57 113 61
Binary 11011011 10110011 11111 0 10010 1010110 1110 101111 1001011 110001

Color Harmonies of #DBB31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB31F

Black with #DBB31F

Text Example


Text Example

White with #DBB31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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