#DDB55D

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

Shades of Equator #DDB55D

Tints of Equator #DDB55D

Color information

#DDB55D (or 0xDDB55D) is unknown color: approx Equator. HEX triplet: DD, B5 and 5D. RGB value is (221,181,93). Sum of RGB (Red+Green+Blue) = 221+181+93=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB55D is #224AA2. Grayscale: #B7B7B7. Windows color (decimal): -2247331 or 6141405. OLE color: 6141405.

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

Color convert

RGB22118193-
CMYK00.180.580.13
HSL41.25º65.31%61.57%-
HSV(B)41.25º57.92%86.67%-
XYZ48.3249.2117.31-
YUV182.9377.25155.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 181 (71.09% from 255) = 36.57%
BLUE value IS 93 (36.72% from 255) = 18.79%
R=44.65%
G=36.57%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211819300.180.580.1341.2565.3161.57
HexDDB55D0123AD29413e
Octal33526513502272155110176
Binary1101110110110101101110101001011101011011010011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB55D; }

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

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

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

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

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

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

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

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