#DDB25E

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

Shades of Equator #DDB25E

Tints of Equator #DDB25E

Color information

#DDB25E (or 0xDDB25E) is unknown color: approx Equator. HEX triplet: DD, B2 and 5E. RGB value is (221,178,94). Sum of RGB (Red+Green+Blue) = 221+178+94=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB25E is #224DA1. Grayscale: #B5B5B5. Windows color (decimal): -2248098 or 6206173. OLE color: 6206173.

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

Color convert

RGB22117894-
CMYK00.190.570.13
HSL39.69º65.13%61.76%-
HSV(B)39.69º57.47%86.67%-
XYZ47.7648.0217.34-
YUV181.2878.75156.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 94 (37.11% from 255) = 19.07%
R=44.83%
G=36.11%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211789400.190.570.1339.6965.1361.76
HexDDB25E01339D28413e
Octal33526213602371155010176
Binary1101110110110010101111001001111100111011010001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB25E; }

 p { color: rgb(221,178,94); }

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

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

 a { background-color: rgb(221,178,94); }

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

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

 span { border-color: rgb(221,178,94); }

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