#D6CB83

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

Shades of Sandwisp #D6CB83

Tints of Sandwisp #D6CB83

Color information

#D6CB83 (or 0xD6CB83) is unknown color: approx Sandwisp. HEX triplet: D6, CB and 83. RGB value is (214,203,131). Sum of RGB (Red+Green+Blue) = 214+203+131=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 131 (51.56% from 255 or 23.91% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CB83 is #29347C. Grayscale: #C6C6C6. Windows color (decimal): -2700413 or 8637398. OLE color: 8637398.

HSL color Cylindrical-coordinate representation of color #D6CB83: hue angle of 52.05º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6CB83 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB214203131-
CMYK00.050.390.16
HSL52.05º50.3%67.65%-
HSV(B)52.05º38.79%83.92%-
XYZ53.1858.6529.99-
YUV198.0890.14139.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 203 (79.69% from 255) = 37.04%
BLUE value IS 131 (51.56% from 255) = 23.91%
R=39.05%
G=37.04%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420313100.050.390.1652.0550.367.65
HexD6CB83052710343244
Octal3263132030547206462104
Binary1101011011001011100000110101100111100001101001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CB83; }

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

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

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

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

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

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

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

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