Html Css Color HEX #DBB72E Gold Tips

📋 copy color: '#DBB72E'

red 219 ◦ green 183 ◦ blue 46

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

Shades of Gold Tips #DBB72E

Tints of Gold Tips #DBB72E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.27%

R = 48.88%
G = 40.85%
B = 10.27%

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

#DBB72E (or 0xDBB72E) is known color: Gold Tips. HEX triplet: DB, B7 and 2E. RGB value is (219,183,46). Sum of RGB (Red+Green+Blue) = 219+183+46=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 46 (18.36% from 255 or 10.27% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB72E is #2448D1. Grayscale: #B2B2B2. Windows color (decimal): -2377938 or 3061723. OLE color: 3061723.

HSL color Cylindrical-coordinate representation of color #DBB72E: hue angle of 47.51º degrees, saturation: 0.71, 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 #DBB72E is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 183 46 -
CMYK 0 0.16 0.79 0.14
HSL 47.51º 0.71% 0.52% -
HSV(B) 47.51º 0.79% 0.86% -
XYZ 46.64 49.12 9.61 -
YUV 178.15 53.43 157.14 -
System Red Green Blue C M Y K H S L
Decimal 219 183 46 0 0.16 0.79 0.14 47.51 0.71 0.52
Hex DB B7 2E 0 10 4F E 30 47 34
Octal 333 267 56 0 20 117 16 60 107 64
Binary 11011011 10110111 101110 0 10000 1001111 1110 110000 1000111 110100

Color Harmonies of #DBB72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB72E

Black with #DBB72E

Text Example


Text Example

White with #DBB72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB72E; }

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

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

background-color css

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

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

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

border-color css

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

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

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