#D6CB76

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

Shades of Sandwisp #D6CB76

Tints of Sandwisp #D6CB76

Color information

#D6CB76 (or 0xD6CB76) is unknown color: approx Sandwisp. HEX triplet: D6, CB and 76. RGB value is (214,203,118). Sum of RGB (Red+Green+Blue) = 214+203+118=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CB76 is #293489. Grayscale: #C4C4C4. Windows color (decimal): -2700426 or 7785430. OLE color: 7785430.

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

Color convert

RGB214203118-
CMYK00.050.450.16
HSL53.12º53.93%65.1%-
HSV(B)53.12º44.86%83.92%-
XYZ52.3658.3225.64-
YUV196.683.64140.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 203 (79.69% from 255) = 37.94%
BLUE value IS 118 (46.48% from 255) = 22.06%
R=40%
G=37.94%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420311800.050.450.1653.1253.9365.1
HexD6CB76052D10353641
Octal3263131660555206566101
Binary110101101100101111101100101101101100001101011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CB76; }

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

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

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

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

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

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

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

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