#DDCF80

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

Shades of Sandwisp #DDCF80

Tints of Sandwisp #DDCF80

Color information

#DDCF80 (or 0xDDCF80) is unknown color: approx Sandwisp. HEX triplet: DD, CF and 80. RGB value is (221,207,128). Sum of RGB (Red+Green+Blue) = 221+207+128=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCF80 is #22307F. Grayscale: #CACACA. Windows color (decimal): -2240640 or 8441821. OLE color: 8441821.

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

Color convert

RGB221207128-
CMYK00.060.420.13
HSL50.97º57.76%68.43%-
HSV(B)50.97º42.08%86.67%-
XYZ56.0361.5629.35-
YUV202.1886.14141.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 207 (81.25% from 255) = 37.23%
BLUE value IS 128 (50.39% from 255) = 23.02%
R=39.75%
G=37.23%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120712800.060.420.1350.9757.7668.43
HexDDCF80062AD333a44
Octal3353172000652156372104
Binary110111011100111110000000011010101011011100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF80; }

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

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

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

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

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

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

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

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