#DDAC62

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

Shades of Equator #DDAC62

Tints of Equator #DDAC62

Color information

#DDAC62 (or 0xDDAC62) is unknown color: approx Equator. HEX triplet: DD, AC and 62. RGB value is (221,172,98). Sum of RGB (Red+Green+Blue) = 221+172+98=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC62 is #22539D. Grayscale: #B2B2B2. Windows color (decimal): -2249630 or 6466781. OLE color: 6466781.

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

Color convert

RGB22117298-
CMYK00.220.560.13
HSL36.1º64.4%62.55%-
HSV(B)36.1º55.66%86.67%-
XYZ46.7845.7617.92-
YUV178.2282.73158.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 98 (38.67% from 255) = 19.96%
R=45.01%
G=35.03%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211729800.220.560.1336.164.462.55
HexDDAC6201638D24403f
Octal33525414202670154410077
Binary1101110110101100110001001011011100011011001001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC62; }

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

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

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

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

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

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

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

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