#DDA86A

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

Shades of Equator #DDA86A

Tints of Equator #DDA86A

Color information

#DDA86A (or 0xDDA86A) is unknown color: approx Equator. HEX triplet: DD, A8 and 6A. RGB value is (221,168,106). Sum of RGB (Red+Green+Blue) = 221+168+106=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA86A is #225795. Grayscale: #B1B1B1. Windows color (decimal): -2250646 or 6990045. OLE color: 6990045.

HSL color Cylindrical-coordinate representation of color #DDA86A: hue angle of 32.35º 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 #DDA86A is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB221168106-
CMYK00.240.520.13
HSL32.35º62.84%64.12%-
HSV(B)32.35º52.04%86.67%-
XYZ46.4244.4219.76-
YUV176.7888.06159.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 168 (66.02% from 255) = 33.94%
BLUE value IS 106 (41.80% from 255) = 21.41%
R=44.65%
G=33.94%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116810600.240.520.1332.3562.8464.12
HexDDA86A01834D203f40
Octal33525015203064154077100
Binary1101110110101000110101001100011010011011000001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA86A; }

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

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

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

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

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

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

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

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