Html Css Color HEX #DBB72A Gold Tips

📋 copy color: '#DBB72A'

red 219 ◦ green 183 ◦ blue 42

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

Shades of Gold Tips #DBB72A

Tints of Gold Tips #DBB72A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.46%

R = 49.32%
G = 41.22%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBB72A (or 0xDBB72A) is known color: Gold Tips. HEX triplet: DB, B7 and 2A. RGB value is (219,183,42). Sum of RGB (Red+Green+Blue) = 219+183+42=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB72A is #2448D5. Grayscale: #B2B2B2. Windows color (decimal): -2377942 or 2799579. OLE color: 2799579.

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

Color convert

RGB 219 183 42 -
CMYK 0 0.16 0.81 0.14
HSL 47.8º 0.71% 0.51% -
HSV(B) 47.8º 0.81% 0.86% -
XYZ 46.56 49.09 9.21 -
YUV 177.69 51.43 157.46 -
System Red Green Blue C M Y K H S L
Decimal 219 183 42 0 0.16 0.81 0.14 47.8 0.71 0.51
Hex DB B7 2A 0 10 51 E 30 47 33
Octal 333 267 52 0 20 121 16 60 107 63
Binary 11011011 10110111 101010 0 10000 1010001 1110 110000 1000111 110011

Color Harmonies of #DBB72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB72A

Black with #DBB72A

Text Example


Text Example

White with #DBB72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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