#DDB364

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

Shades of Equator #DDB364

Tints of Equator #DDB364

Color information

#DDB364 (or 0xDDB364) is unknown color: approx Equator. HEX triplet: DD, B3 and 64. RGB value is (221,179,100). Sum of RGB (Red+Green+Blue) = 221+179+100=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB364 is #224C9B. Grayscale: #B6B6B6. Windows color (decimal): -2247836 or 6599645. OLE color: 6599645.

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

Color convert

RGB221179100-
CMYK00.190.550.13
HSL39.17º64.02%62.94%-
HSV(B)39.17º54.75%86.67%-
XYZ48.2448.5318.88-
YUV182.5581.41155.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 179 (70.31% from 255) = 35.8%
BLUE value IS 100 (39.45% from 255) = 20%
R=44.2%
G=35.8%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117910000.190.550.1339.1764.0262.94
HexDDB36401337D27403f
Octal33526314402367154710077
Binary1101110110110011110010001001111011111011001111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB364; }

 p { color: rgb(221,179,100); }

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

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

 a { background-color: rgb(221,179,100); }

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

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

 span { border-color: rgb(221,179,100); }

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