#DDCD7F

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

Shades of Sandwisp #DDCD7F

Tints of Sandwisp #DDCD7F

Color information

#DDCD7F (or 0xDDCD7F) is unknown color: approx Sandwisp. HEX triplet: DD, CD and 7F. RGB value is (221,205,127). Sum of RGB (Red+Green+Blue) = 221+205+127=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD7F is #223280. Grayscale: #C9C9C9. Windows color (decimal): -2241153 or 8375773. OLE color: 8375773.

HSL color Cylindrical-coordinate representation of color #DDCD7F: hue angle of 49.79º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDCD7F is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221205127-
CMYK00.070.430.13
HSL49.79º58.02%68.24%-
HSV(B)49.79º42.53%86.67%-
XYZ55.4860.5728.85-
YUV200.8986.3142.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 205 (80.47% from 255) = 37.07%
BLUE value IS 127 (50% from 255) = 22.97%
R=39.96%
G=37.07%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120512700.070.430.1349.7958.0268.24
HexDDCD7F072BD323a44
Octal3353151770753156272104
Binary11011101110011011111111011110101111011100101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD7F; }

 p { color: rgb(221,205,127); }

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

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

 a { background-color: rgb(221,205,127); }

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

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

 span { border-color: rgb(221,205,127); }

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