#D6CC83

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

Shades of Sandwisp #D6CC83

Tints of Sandwisp #D6CC83

Color information

#D6CC83 (or 0xD6CC83) is unknown color: approx Sandwisp. HEX triplet: D6, CC and 83. RGB value is (214,204,131). Sum of RGB (Red+Green+Blue) = 214+204+131=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 131 (51.56% from 255 or 23.86% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CC83 is #29337C. Grayscale: #C6C6C6. Windows color (decimal): -2700157 or 8637654. OLE color: 8637654.

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

Color convert

RGB214204131-
CMYK00.050.390.16
HSL52.77º50.3%67.65%-
HSV(B)52.77º38.79%83.92%-
XYZ53.4259.1230.07-
YUV198.6789.81138.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.98%
GREEN value IS 204 (80.08% from 255) = 37.16%
BLUE value IS 131 (51.56% from 255) = 23.86%
R=38.98%
G=37.16%
B=23.86%

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
Decimal21420413100.050.390.1652.7750.367.65
HexD6CC83052710353244
Octal3263142030547206562104
Binary1101011011001100100000110101100111100001101011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CC83; }

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

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

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

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

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

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

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

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