#DDB05D

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

Shades of Equator #DDB05D

Tints of Equator #DDB05D

Color information

#DDB05D (or 0xDDB05D) is unknown color: approx Equator. HEX triplet: DD, B0 and 5D. RGB value is (221,176,93). Sum of RGB (Red+Green+Blue) = 221+176+93=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB05D is #224FA2. Grayscale: #B4B4B4. Windows color (decimal): -2248611 or 6140125. OLE color: 6140125.

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

Color convert

RGB22117693-
CMYK00.200.580.13
HSL38.91º65.31%61.57%-
HSV(B)38.91º57.92%86.67%-
XYZ47.3247.2116.97-
YUV179.9978.91157.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 176 (69.14% from 255) = 35.92%
BLUE value IS 93 (36.72% from 255) = 18.98%
R=45.10%
G=35.92%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211769300.200.580.1338.9165.3161.57
HexDDB05D0143AD27413e
Octal33526013502472154710176
Binary1101110110110000101110101010011101011011001111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB05D; }

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

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

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

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

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

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

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

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