#D8CB83

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

Shades of Sandwisp #D8CB83

Tints of Sandwisp #D8CB83

Color information

#D8CB83 (or 0xD8CB83) is unknown color: approx Sandwisp. HEX triplet: D8, CB and 83. RGB value is (216,203,131). Sum of RGB (Red+Green+Blue) = 216+203+131=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CB83 is #27347C. Grayscale: #C6C6C6. Windows color (decimal): -2569341 or 8637400. OLE color: 8637400.

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

Color convert

RGB216203131-
CMYK00.060.390.15
HSL50.82º52.15%68.04%-
HSV(B)50.82º39.35%84.71%-
XYZ53.7758.9530.02-
YUV198.6889.81140.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.27%
GREEN value IS 203 (79.69% from 255) = 36.91%
BLUE value IS 131 (51.56% from 255) = 23.82%
R=39.27%
G=36.91%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620313100.060.390.1550.8252.1568.04
HexD8CB830627F333444
Octal3303132030647176364104
Binary110110001100101110000011011010011111111100111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CB83; }

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

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

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

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

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

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

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

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