#DDAB6A

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

Shades of Equator #DDAB6A

Tints of Equator #DDAB6A

Color information

#DDAB6A (or 0xDDAB6A) is unknown color: approx Equator. HEX triplet: DD, AB and 6A. RGB value is (221,171,106). Sum of RGB (Red+Green+Blue) = 221+171+106=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB6A is #225495. Grayscale: #B2B2B2. Windows color (decimal): -2249878 or 6990813. OLE color: 6990813.

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

Color convert

RGB221171106-
CMYK00.230.520.13
HSL33.91º62.84%64.12%-
HSV(B)33.91º52.04%86.67%-
XYZ46.9845.5419.95-
YUV178.5487.06158.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.38%
GREEN value IS 171 (67.19% from 255) = 34.34%
BLUE value IS 106 (41.80% from 255) = 21.29%
R=44.38%
G=34.34%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117110600.230.520.1333.9162.8464.12
HexDDAB6A01734D223f40
Octal33525315202764154277100
Binary1101110110101011110101001011111010011011000101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAB6A; }

 p { color: rgb(221,171,106); }

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

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

 a { background-color: rgb(221,171,106); }

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

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

 span { border-color: rgb(221,171,106); }

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