#DDB66A

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

Shades of Equator #DDB66A

Tints of Equator #DDB66A

Color information

#DDB66A (or 0xDDB66A) is unknown color: approx Equator. HEX triplet: DD, B6 and 6A. RGB value is (221,182,106). Sum of RGB (Red+Green+Blue) = 221+182+106=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB66A is #224995. Grayscale: #B9B9B9. Windows color (decimal): -2247062 or 6993629. OLE color: 6993629.

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

Color convert

RGB221182106-
CMYK00.180.520.13
HSL39.65º62.84%64.12%-
HSV(B)39.65º52.04%86.67%-
XYZ49.1549.8720.67-
YUV18583.42153.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 182 (71.48% from 255) = 35.76%
BLUE value IS 106 (41.80% from 255) = 20.83%
R=43.42%
G=35.76%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118210600.180.520.1339.6562.8464.12
HexDDB66A01234D283f40
Octal33526615202264155077100
Binary1101110110110110110101001001011010011011010001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB66A; }

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

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

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

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

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

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

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

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