#D5CA76

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

Shades of Sandwisp #D5CA76

Tints of Sandwisp #D5CA76

Color information

#D5CA76 (or 0xD5CA76) is unknown color: approx Sandwisp. HEX triplet: D5, CA and 76. RGB value is (213,202,118). Sum of RGB (Red+Green+Blue) = 213+202+118=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA76 is #2A3589. Grayscale: #C4C4C4. Windows color (decimal): -2766218 or 7785173. OLE color: 7785173.

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

Color convert

RGB213202118-
CMYK00.050.450.16
HSL53.05º53.07%64.9%-
HSV(B)53.05º44.6%83.53%-
XYZ51.8357.725.54-
YUV195.7184.14140.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 118 (46.48% from 255) = 22.14%
R=39.96%
G=37.90%
B=22.14%

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
Decimal21320211800.050.450.1653.0553.0764.9
HexD5CA76052D10353541
Octal3253121660555206565101
Binary110101011100101011101100101101101100001101011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA76; }

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

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

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

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

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

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

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

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