#DDB85D

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

Shades of Equator #DDB85D

Tints of Equator #DDB85D

Color information

#DDB85D (or 0xDDB85D) is unknown color: approx Equator. HEX triplet: DD, B8 and 5D. RGB value is (221,184,93). Sum of RGB (Red+Green+Blue) = 221+184+93=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB85D is #2247A2. Grayscale: #B9B9B9. Windows color (decimal): -2246563 or 6142173. OLE color: 6142173.

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

Color convert

RGB22118493-
CMYK00.170.580.13
HSL42.66º65.31%61.57%-
HSV(B)42.66º57.92%86.67%-
XYZ48.9450.4417.51-
YUV184.6976.26153.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.38%
GREEN value IS 184 (72.27% from 255) = 36.95%
BLUE value IS 93 (36.72% from 255) = 18.67%
R=44.38%
G=36.95%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211849300.170.580.1342.6665.3161.57
HexDDB85D0113AD2b413e
Octal33527013502172155310176
Binary1101110110111000101110101000111101011011010111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB85D; }

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

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

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

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

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

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

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

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