Html Css Color HEX #DAB12A Gold Tips

📋 copy color: '#DAB12A'

red 218 ◦ green 177 ◦ blue 42

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

Shades of Gold Tips #DAB12A

Tints of Gold Tips #DAB12A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.5%

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

R = 49.89%
G = 40.5%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAB12A (or 0xDAB12A) is known color: Gold Tips. HEX triplet: DA, B1 and 2A. RGB value is (218,177,42). Sum of RGB (Red+Green+Blue) = 218+177+42=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 42 (16.80% from 255 or 9.61% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB12A is #254ED5. Grayscale: #AEAEAE. Windows color (decimal): -2445014 or 2798042. OLE color: 2798042.

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

Color convert

RGB 218 177 42 -
CMYK 0 0.19 0.81 0.15
HSL 46.02º 0.7% 0.51% -
HSV(B) 46.02º 0.81% 0.85% -
XYZ 45.05 46.52 8.79 -
YUV 173.87 53.58 159.48 -
System Red Green Blue C M Y K H S L
Decimal 218 177 42 0 0.19 0.81 0.15 46.02 0.7 0.51
Hex DA B1 2A 0 13 51 F 2E 46 33
Octal 332 261 52 0 23 121 17 56 106 63
Binary 11011010 10110001 101010 0 10011 1010001 1111 101110 1000110 110011

Color Harmonies of #DAB12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB12A

Black with #DAB12A

Text Example


Text Example

White with #DAB12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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