#DCCF88

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

Shades of Sandwisp #DCCF88

Tints of Sandwisp #DCCF88

Color information

#DCCF88 (or 0xDCCF88) is unknown color: approx Sandwisp. HEX triplet: DC, CF and 88. RGB value is (220,207,136). Sum of RGB (Red+Green+Blue) = 220+207+136=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 136 (53.52% from 255 or 24.16% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF88 is #233077. Grayscale: #CBCBCB. Windows color (decimal): -2306168 or 8966108. OLE color: 8966108.

HSL color Cylindrical-coordinate representation of color #DCCF88: hue angle of 50.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCCF88 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB220207136-
CMYK00.060.380.14
HSL50.71º54.55%69.8%-
HSV(B)50.71º38.18%86.27%-
XYZ56.2761.6232.22-
YUV202.7990.31140.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 136 (53.52% from 255) = 24.16%
R=39.08%
G=36.77%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020713600.060.380.1450.7154.5569.8
HexDCCF880626E333746
Octal3343172100646166367106
Binary110111001100111110001000011010011011101100111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCF88; }

 p { color: rgb(220,207,136); }

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

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

 a { background-color: rgb(220,207,136); }

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

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

 span { border-color: rgb(220,207,136); }

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