#DDCD7D

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

Shades of Sandwisp #DDCD7D

Tints of Sandwisp #DDCD7D

Color information

#DDCD7D (or 0xDDCD7D) is unknown color: approx Sandwisp. HEX triplet: DD, CD and 7D. RGB value is (221,205,125). Sum of RGB (Red+Green+Blue) = 221+205+125=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD7D is #223282. Grayscale: #C9C9C9. Windows color (decimal): -2241155 or 8244701. OLE color: 8244701.

HSL color Cylindrical-coordinate representation of color #DDCD7D: hue angle of 50º degrees, saturation: 0.59, 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 #DDCD7D is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221205125-
CMYK00.070.430.13
HSL50º58.54%67.84%-
HSV(B)50º43.44%86.67%-
XYZ55.3560.5228.17-
YUV200.6685.3142.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 205 (80.47% from 255) = 37.21%
BLUE value IS 125 (49.22% from 255) = 22.69%
R=40.11%
G=37.21%
B=22.69%

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
Decimal22120512500.070.430.135058.5467.84
HexDDCD7D072BD323b44
Octal3353151750753156273104
Binary11011101110011011111101011110101111011100101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD7D; }

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

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

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

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

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

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

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

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