Html Css Color HEX #DBB72F Gold Tips

📋 copy color: '#DBB72F'

red 219 ◦ green 183 ◦ blue 47

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

Shades of Gold Tips #DBB72F

Tints of Gold Tips #DBB72F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.76%

 BLUE value IS 47 (18.75% from 255) = 10.47%

R = 48.78%
G = 40.76%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBB72F (or 0xDBB72F) is known color: Gold Tips. HEX triplet: DB, B7 and 2F. RGB value is (219,183,47). Sum of RGB (Red+Green+Blue) = 219+183+47=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB72F is #2448D0. Grayscale: #B2B2B2. Windows color (decimal): -2377937 or 3127259. OLE color: 3127259.

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

Color convert

RGB 219 183 47 -
CMYK 0 0.16 0.79 0.14
HSL 47.44º 0.7% 0.52% -
HSV(B) 47.44º 0.79% 0.86% -
XYZ 46.66 49.13 9.71 -
YUV 178.26 53.93 157.06 -
System Red Green Blue C M Y K H S L
Decimal 219 183 47 0 0.16 0.79 0.14 47.44 0.7 0.52
Hex DB B7 2F 0 10 4F E 2F 46 34
Octal 333 267 57 0 20 117 16 57 106 64
Binary 11011011 10110111 101111 0 10000 1001111 1110 101111 1000110 110100

Color Harmonies of #DBB72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB72F

Black with #DBB72F

Text Example


Text Example

White with #DBB72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB72F; }

 p { color: rgb(219,183,47); }

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

background-color css

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

 a { background-color: rgb(219,183,47); }

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

border-color css

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

 span { border-color: rgb(219,183,47); }

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