#DDB666

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

Shades of Equator #DDB666

Tints of Equator #DDB666

Color information

#DDB666 (or 0xDDB666) is unknown color: approx Equator. HEX triplet: DD, B6 and 66. RGB value is (221,182,102). Sum of RGB (Red+Green+Blue) = 221+182+102=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB666 is #224999. Grayscale: #B8B8B8. Windows color (decimal): -2247066 or 6731485. OLE color: 6731485.

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

Color convert

RGB221182102-
CMYK00.180.540.13
HSL40.34º63.64%63.33%-
HSV(B)40.34º53.85%86.67%-
XYZ48.9549.7919.6-
YUV184.5481.42154-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 102 (40.23% from 255) = 20.20%
R=43.76%
G=36.04%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118210200.180.540.1340.3463.6463.33
HexDDB66601236D28403f
Octal33526614602266155010077
Binary1101110110110110110011001001011011011011010001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB666; }

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

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

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

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

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

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

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

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