Html Css Color HEX #DAB52C Gold Tips

📋 copy color: '#DAB52C'

red 218 ◦ green 181 ◦ blue 44

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

Shades of Gold Tips #DAB52C

Tints of Gold Tips #DAB52C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.86%

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

R = 49.21%
G = 40.86%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAB52C (or 0xDAB52C) is known color: Gold Tips. HEX triplet: DA, B5 and 2C. RGB value is (218,181,44). Sum of RGB (Red+Green+Blue) = 218+181+44=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB52C is #254AD3. Grayscale: #B1B1B1. Windows color (decimal): -2443988 or 2930138. OLE color: 2930138.

HSL color Cylindrical-coordinate representation of color #DAB52C: hue angle of 47.24º 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 #DAB52C is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 181 44 -
CMYK 0 0.17 0.80 0.15
HSL 47.24º 0.7% 0.51% -
HSV(B) 47.24º 0.8% 0.85% -
XYZ 45.89 48.14 9.26 -
YUV 176.45 53.26 157.64 -
System Red Green Blue C M Y K H S L
Decimal 218 181 44 0 0.17 0.80 0.15 47.24 0.7 0.51
Hex DA B5 2C 0 11 50 F 2F 46 33
Octal 332 265 54 0 21 120 17 57 106 63
Binary 11011010 10110101 101100 0 10001 1010000 1111 101111 1000110 110011

Color Harmonies of #DAB52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB52C

Black with #DAB52C

Text Example


Text Example

White with #DAB52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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