#D8CA8B

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

Shades of Sandwisp #D8CA8B

Tints of Sandwisp #D8CA8B

Color information

#D8CA8B (or 0xD8CA8B) is unknown color: approx Sandwisp. HEX triplet: D8, CA and 8B. RGB value is (216,202,139). Sum of RGB (Red+Green+Blue) = 216+202+139=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CA8B is #273574. Grayscale: #C7C7C7. Windows color (decimal): -2569589 or 9161432. OLE color: 9161432.

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

Color convert

RGB216202139-
CMYK00.060.360.15
HSL49.09º49.68%69.61%-
HSV(B)49.09º35.65%84.71%-
XYZ54.158.732.91-
YUV19994.14140.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.78%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 139 (54.69% from 255) = 24.96%
R=38.78%
G=36.27%
B=24.96%

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
Decimal21620213900.060.360.1549.0949.6869.61
HexD8CA8B0624F313246
Octal3303122130644176162106
Binary110110001100101010001011011010010011111100011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CA8B; }

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

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

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

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

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

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

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

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