Html Css Color HEX #DAB52A Gold Tips

📋 copy color: '#DAB52A'

red 218 ◦ green 181 ◦ blue 42

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

Shades of Gold Tips #DAB52A

Tints of Gold Tips #DAB52A

RGB

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

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

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

R = 49.43%
G = 41.04%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAB52A (or 0xDAB52A) is known color: Gold Tips. HEX triplet: DA, B5 and 2A. RGB value is (218,181,42). Sum of RGB (Red+Green+Blue) = 218+181+42=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB52A is #254AD5. Grayscale: #B0B0B0. Windows color (decimal): -2443990 or 2799066. OLE color: 2799066.

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

Color convert

RGB 218 181 42 -
CMYK 0 0.17 0.81 0.15
HSL 47.39º 0.7% 0.51% -
HSV(B) 47.39º 0.81% 0.85% -
XYZ 45.86 48.12 9.06 -
YUV 176.22 52.26 157.8 -
System Red Green Blue C M Y K H S L
Decimal 218 181 42 0 0.17 0.81 0.15 47.39 0.7 0.51
Hex DA B5 2A 0 11 51 F 2F 46 33
Octal 332 265 52 0 21 121 17 57 106 63
Binary 11011010 10110101 101010 0 10001 1010001 1111 101111 1000110 110011

Color Harmonies of #DAB52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB52A

Black with #DAB52A

Text Example


Text Example

White with #DAB52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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