#DDAC2A

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

Shades of Gold Tips #DDAC2A

Tints of Gold Tips #DDAC2A

Color information

#DDAC2A (or 0xDDAC2A) is unknown color: approx Gold Tips. HEX triplet: DD, AC and 2A. RGB value is (221,172,42). Sum of RGB (Red+Green+Blue) = 221+172+42=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC2A is #2253D5. Grayscale: #ACACAC. Windows color (decimal): -2249686 or 2796765. OLE color: 2796765.

HSL color Cylindrical-coordinate representation of color #DDAC2A: hue angle of 43.58º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDAC2A is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB22117242-
CMYK00.220.810.13
HSL43.58º72.47%51.57%-
HSV(B)43.58º81%86.67%-
XYZ44.9945.048.51-
YUV171.8354.73163.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.80%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 42 (16.80% from 255) = 9.66%
R=50.80%
G=39.54%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211724200.220.810.1343.5872.4751.57
HexDDAC2A01651D2c4834
Octal33525452026121155411064
Binary1101110110101100101010010110101000111011011001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC2A; }

 p { color: rgb(221,172,42); }

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

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

 a { background-color: rgb(221,172,42); }

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

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

 span { border-color: rgb(221,172,42); }

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