#D6CD83

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

Shades of Sandwisp #D6CD83

Tints of Sandwisp #D6CD83

Color information

#D6CD83 (or 0xD6CD83) is unknown color: approx Sandwisp. HEX triplet: D6, CD and 83. RGB value is (214,205,131). Sum of RGB (Red+Green+Blue) = 214+205+131=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CD83 is #29327C. Grayscale: #C7C7C7. Windows color (decimal): -2699901 or 8637910. OLE color: 8637910.

HSL color Cylindrical-coordinate representation of color #D6CD83: hue angle of 53.49º 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 #D6CD83 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB214205131-
CMYK00.040.390.16
HSL53.49º50.3%67.65%-
HSV(B)53.49º38.79%83.92%-
XYZ53.6659.630.15-
YUV199.2689.48138.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 205 (80.47% from 255) = 37.27%
BLUE value IS 131 (51.56% from 255) = 23.82%
R=38.91%
G=37.27%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420513100.040.390.1653.4950.367.65
HexD6CD83042710353244
Octal3263152030447206562104
Binary1101011011001101100000110100100111100001101011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CD83; }

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

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

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

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

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

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

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

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