#DAB220

Color #DAB220 Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #DAB220

Tints of Gold Tips #DAB220

Color information

#DAB220 (or 0xDAB220) is unknown color: approx Gold Tips. HEX triplet: DA, B2 and 20. RGB value is (218,178,32). Sum of RGB (Red+Green+Blue) = 218+178+32=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB220 is #254DDF. Grayscale: #ADADAD. Windows color (decimal): -2444768 or 2142938. OLE color: 2142938.

HSL color Cylindrical-coordinate representation of color #DAB220: hue angle of 47.1º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAB220 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB21817832-
CMYK00.180.850.15
HSL47.1º74.4%49.02%-
HSV(B)47.1º85.32%85.49%-
XYZ45.0946.858.03-
YUV173.3248.25159.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.93%
GREEN value IS 178 (69.92% from 255) = 41.59%
BLUE value IS 32 (12.89% from 255) = 7.48%
R=50.93%
G=41.59%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181783200.180.850.1547.174.449.02
HexDAB22001255F2f4a31
Octal33226240022125175711261
Binary1101101010110010100000010010101010111111011111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB220; }

 p { color: rgb(218,178,32); }

 H1.HeaderClassName
 {
   color: #DAB220;
 }
 .AnyTagClassName
 {
   color: #DAB220;
 }
</style>
background-color css

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

 a { background-color: rgb(218,178,32); }

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

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

 span { border-color: rgb(218,178,32); }

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