#DDCF87

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

Shades of Sandwisp #DDCF87

Tints of Sandwisp #DDCF87

Color information

#DDCF87 (or 0xDDCF87) is unknown color: approx Sandwisp. HEX triplet: DD, CF and 87. RGB value is (221,207,135). Sum of RGB (Red+Green+Blue) = 221+207+135=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 135 (53.12% from 255 or 23.98% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCF87 is #223078. Grayscale: #CBCBCB. Windows color (decimal): -2240633 or 8900573. OLE color: 8900573.

HSL color Cylindrical-coordinate representation of color #DDCF87: hue angle of 50.23º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDCF87 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221207135-
CMYK00.060.390.13
HSL50.23º55.84%69.8%-
HSV(B)50.23º38.91%86.67%-
XYZ56.561.7531.86-
YUV202.9889.64140.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 135 (53.12% from 255) = 23.98%
R=39.25%
G=36.77%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120713500.060.390.1350.2355.8469.8
HexDDCF870627D323846
Octal3353172070647156270106
Binary110111011100111110000111011010011111011100101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF87; }

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

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

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

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

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

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

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

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