#DDCD7C

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

Shades of Sandwisp #DDCD7C

Tints of Sandwisp #DDCD7C

Color information

#DDCD7C (or 0xDDCD7C) is unknown color: approx Sandwisp. HEX triplet: DD, CD and 7C. RGB value is (221,205,124). Sum of RGB (Red+Green+Blue) = 221+205+124=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD7C is #223283. Grayscale: #C8C8C8. Windows color (decimal): -2241156 or 8179165. OLE color: 8179165.

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

Color convert

RGB221205124-
CMYK00.070.440.13
HSL50.1º58.79%67.65%-
HSV(B)50.1º43.89%86.67%-
XYZ55.2960.4927.83-
YUV200.5584.8142.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 205 (80.47% from 255) = 37.27%
BLUE value IS 124 (48.83% from 255) = 22.55%
R=40.18%
G=37.27%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120512400.070.440.1350.158.7967.65
HexDDCD7C072CD323b44
Octal3353151740754156273104
Binary11011101110011011111100011110110011011100101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD7C; }

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

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

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

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

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

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

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

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