#D8CC8B

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

Shades of Sandwisp #D8CC8B

Tints of Sandwisp #D8CC8B

Color information

#D8CC8B (or 0xD8CC8B) is unknown color: approx Sandwisp. HEX triplet: D8, CC and 8B. RGB value is (216,204,139). Sum of RGB (Red+Green+Blue) = 216+204+139=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CC8B is #273374. Grayscale: #C8C8C8. Windows color (decimal): -2569077 or 9161944. OLE color: 9161944.

HSL color Cylindrical-coordinate representation of color #D8CC8B: hue angle of 50.65º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8CC8B is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB216204139-
CMYK00.060.360.15
HSL50.65º49.68%69.61%-
HSV(B)50.65º35.65%84.71%-
XYZ54.5759.6533.06-
YUV200.1893.48139.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.64%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 139 (54.69% from 255) = 24.87%
R=38.64%
G=36.49%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620413900.060.360.1550.6549.6869.61
HexD8CC8B0624F333246
Octal3303142130644176362106
Binary110110001100110010001011011010010011111100111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CC8B; }

 p { color: rgb(216,204,139); }

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

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

 a { background-color: rgb(216,204,139); }

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

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

 span { border-color: rgb(216,204,139); }

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