#DDB45D

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

Shades of Equator #DDB45D

Tints of Equator #DDB45D

Color information

#DDB45D (or 0xDDB45D) is unknown color: approx Equator. HEX triplet: DD, B4 and 5D. RGB value is (221,180,93). Sum of RGB (Red+Green+Blue) = 221+180+93=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB45D is #224BA2. Grayscale: #B6B6B6. Windows color (decimal): -2247587 or 6141149. OLE color: 6141149.

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

Color convert

RGB22118093-
CMYK00.190.580.13
HSL40.78º65.31%61.57%-
HSV(B)40.78º57.92%86.67%-
XYZ48.1248.817.24-
YUV182.3477.58155.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 93 (36.72% from 255) = 18.83%
R=44.74%
G=36.44%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211809300.190.580.1340.7865.3161.57
HexDDB45D0133AD29413e
Octal33526413502372155110176
Binary1101110110110100101110101001111101011011010011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB45D; }

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

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

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

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

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

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

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

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