Html Css Color HEX #DAB42C Gold Tips

📋 copy color: '#DAB42C'

red 218 ◦ green 180 ◦ blue 44

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

Shades of Gold Tips #DAB42C

Tints of Gold Tips #DAB42C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.72%

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

R = 49.32%
G = 40.72%
B = 9.95%

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

#DAB42C (or 0xDAB42C) is known color: Gold Tips. HEX triplet: DA, B4 and 2C. RGB value is (218,180,44). Sum of RGB (Red+Green+Blue) = 218+180+44=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB42C is #254BD3. Grayscale: #B0B0B0. Windows color (decimal): -2444244 or 2929882. OLE color: 2929882.

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

Color convert

RGB 218 180 44 -
CMYK 0 0.17 0.80 0.15
HSL 46.9º 0.7% 0.51% -
HSV(B) 46.9º 0.8% 0.85% -
XYZ 45.69 47.73 9.19 -
YUV 175.86 53.59 158.06 -
System Red Green Blue C M Y K H S L
Decimal 218 180 44 0 0.17 0.80 0.15 46.9 0.7 0.51
Hex DA B4 2C 0 11 50 F 2F 46 33
Octal 332 264 54 0 21 120 17 57 106 63
Binary 11011010 10110100 101100 0 10001 1010000 1111 101111 1000110 110011

Color Harmonies of #DAB42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB42C

Black with #DAB42C

Text Example


Text Example

White with #DAB42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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