#DDCF7C

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

Shades of Sandwisp #DDCF7C

Tints of Sandwisp #DDCF7C

Color information

#DDCF7C (or 0xDDCF7C) is unknown color: approx Sandwisp. HEX triplet: DD, CF and 7C. RGB value is (221,207,124). Sum of RGB (Red+Green+Blue) = 221+207+124=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF7C is #223083. Grayscale: #CACACA. Windows color (decimal): -2240644 or 8179677. OLE color: 8179677.

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

Color convert

RGB221207124-
CMYK00.060.440.13
HSL51.34º58.79%67.65%-
HSV(B)51.34º43.89%86.67%-
XYZ55.7761.4527.99-
YUV201.7284.14141.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 207 (81.25% from 255) = 37.5%
BLUE value IS 124 (48.83% from 255) = 22.46%
R=40.04%
G=37.5%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120712400.060.440.1351.3458.7967.65
HexDDCF7C062CD333b44
Octal3353171740654156373104
Binary11011101110011111111100011010110011011100111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF7C; }

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

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

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

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

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

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

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

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