#D8CB8B

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

Shades of Sandwisp #D8CB8B

Tints of Sandwisp #D8CB8B

Color information

#D8CB8B (or 0xD8CB8B) is unknown color: approx Sandwisp. HEX triplet: D8, CB and 8B. RGB value is (216,203,139). Sum of RGB (Red+Green+Blue) = 216+203+139=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CB8B is #273474. Grayscale: #C7C7C7. Windows color (decimal): -2569333 or 9161688. OLE color: 9161688.

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

Color convert

RGB216203139-
CMYK00.060.360.15
HSL49.87º49.68%69.61%-
HSV(B)49.87º35.65%84.71%-
XYZ54.3459.1732.98-
YUV199.5993.81139.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.71%
GREEN value IS 203 (79.69% from 255) = 36.38%
BLUE value IS 139 (54.69% from 255) = 24.91%
R=38.71%
G=36.38%
B=24.91%

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
Decimal21620313900.060.360.1549.8749.6869.61
HexD8CB8B0624F323246
Octal3303132130644176262106
Binary110110001100101110001011011010010011111100101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CB8B; }

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

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

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

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

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

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

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

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