Html Css Color HEX #DAB72C Gold Tips

📋 copy color: '#DAB72C'

red 218 ◦ green 183 ◦ blue 44

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

Shades of Gold Tips #DAB72C

Tints of Gold Tips #DAB72C

RGB

 RED value IS 218 (85.55% from 255) = 48.99%

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

 BLUE value IS 44 (17.58% from 255) = 9.89%

R = 48.99%
G = 41.12%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAB72C (or 0xDAB72C) is known color: Gold Tips. HEX triplet: DA, B7 and 2C. RGB value is (218,183,44). Sum of RGB (Red+Green+Blue) = 218+183+44=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 44 (17.58% from 255 or 9.89% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB72C is #2548D3. Grayscale: #B2B2B2. Windows color (decimal): -2443476 or 2930650. OLE color: 2930650.

HSL color Cylindrical-coordinate representation of color #DAB72C: hue angle of 47.93º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAB72C is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 183 44 -
CMYK 0 0.16 0.80 0.15
HSL 47.93º 0.7% 0.51% -
HSV(B) 47.93º 0.8% 0.85% -
XYZ 46.3 48.95 9.39 -
YUV 177.62 52.6 156.8 -
System Red Green Blue C M Y K H S L
Decimal 218 183 44 0 0.16 0.80 0.15 47.93 0.7 0.51
Hex DA B7 2C 0 10 50 F 30 46 33
Octal 332 267 54 0 20 120 17 60 106 63
Binary 11011010 10110111 101100 0 10000 1010000 1111 110000 1000110 110011

Color Harmonies of #DAB72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB72C

Black with #DAB72C

Text Example


Text Example

White with #DAB72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB72C; }

 p { color: rgb(218,183,44); }

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

background-color css

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

 a { background-color: rgb(218,183,44); }

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

border-color css

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

 span { border-color: rgb(218,183,44); }

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