#D6CA76

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

Shades of Sandwisp #D6CA76

Tints of Sandwisp #D6CA76

Color information

#D6CA76 (or 0xD6CA76) is unknown color: approx Sandwisp. HEX triplet: D6, CA and 76. RGB value is (214,202,118). Sum of RGB (Red+Green+Blue) = 214+202+118=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CA76 is #293589. Grayscale: #C4C4C4. Windows color (decimal): -2700682 or 7785174. OLE color: 7785174.

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

Color convert

RGB214202118-
CMYK00.060.450.16
HSL52.5º53.93%65.1%-
HSV(B)52.5º44.86%83.92%-
XYZ52.1257.8525.56-
YUV196.0183.98140.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 118 (46.48% from 255) = 22.10%
R=40.07%
G=37.83%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420211800.060.450.1652.553.9365.1
HexD6CA76062D10343641
Octal3263121660655206466101
Binary110101101100101011101100110101101100001101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CA76; }

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

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

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

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

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

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

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

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