#DDB86A

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

Shades of Equator #DDB86A

Tints of Equator #DDB86A

Color information

#DDB86A (or 0xDDB86A) is unknown color: approx Equator. HEX triplet: DD, B8 and 6A. RGB value is (221,184,106). Sum of RGB (Red+Green+Blue) = 221+184+106=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB86A is #224795. Grayscale: #BABABA. Windows color (decimal): -2246550 or 6994141. OLE color: 6994141.

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

Color convert

RGB221184106-
CMYK00.170.520.13
HSL40.7º62.84%64.12%-
HSV(B)40.7º52.04%86.67%-
XYZ49.5650.6920.81-
YUV186.1782.76152.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 184 (72.27% from 255) = 36.01%
BLUE value IS 106 (41.80% from 255) = 20.74%
R=43.25%
G=36.01%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118410600.170.520.1340.762.8464.12
HexDDB86A01134D293f40
Octal33527015202164155177100
Binary1101110110111000110101001000111010011011010011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB86A; }

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

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

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

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

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

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

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

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