#DDB661

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

Shades of Equator #DDB661

Tints of Equator #DDB661

Color information

#DDB661 (or 0xDDB661) is unknown color: approx Equator. HEX triplet: DD, B6 and 61. RGB value is (221,182,97). Sum of RGB (Red+Green+Blue) = 221+182+97=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB661 is #22499E. Grayscale: #B8B8B8. Windows color (decimal): -2247071 or 6403805. OLE color: 6403805.

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

Color convert

RGB22118297-
CMYK00.180.560.13
HSL41.13º64.58%62.35%-
HSV(B)41.13º56.11%86.67%-
XYZ48.749.6918.33-
YUV183.9778.92154.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 97 (38.28% from 255) = 19.4%
R=44.2%
G=36.4%
B=19.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211829700.180.560.1341.1364.5862.35
HexDDB66101238D29413e
Octal33526614102270155110176
Binary1101110110110110110000101001011100011011010011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB661; }

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

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

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

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

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

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

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

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