#DDB75F

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

Shades of Equator #DDB75F

Tints of Equator #DDB75F

Color information

#DDB75F (or 0xDDB75F) is unknown color: approx Equator. HEX triplet: DD, B7 and 5F. RGB value is (221,183,95). Sum of RGB (Red+Green+Blue) = 221+183+95=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB75F is #2248A0. Grayscale: #B8B8B8. Windows color (decimal): -2246817 or 6272989. OLE color: 6272989.

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

Color convert

RGB22118395-
CMYK00.170.570.13
HSL41.9º64.95%61.96%-
HSV(B)41.9º57.01%86.67%-
XYZ48.8250.0717.92-
YUV184.3377.59154.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.29%
GREEN value IS 183 (71.88% from 255) = 36.67%
BLUE value IS 95 (37.5% from 255) = 19.04%
R=44.29%
G=36.67%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211839500.170.570.1341.964.9561.96
HexDDB75F01139D2a413e
Octal33526713702171155210176
Binary1101110110110111101111101000111100111011010101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB75F; }

 p { color: rgb(221,183,95); }

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

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

 a { background-color: rgb(221,183,95); }

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

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

 span { border-color: rgb(221,183,95); }

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