#D5CD7C

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

Shades of Sandwisp #D5CD7C

Tints of Sandwisp #D5CD7C

Color information

#D5CD7C (or 0xD5CD7C) is unknown color: approx Sandwisp. HEX triplet: D5, CD and 7C. RGB value is (213,205,124). Sum of RGB (Red+Green+Blue) = 213+205+124=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD7C is #2A3283. Grayscale: #C6C6C6. Windows color (decimal): -2765444 or 8179157. OLE color: 8179157.

HSL color Cylindrical-coordinate representation of color #D5CD7C: hue angle of 54.61º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5CD7C is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB213205124-
CMYK00.040.420.16
HSL54.61º51.45%66.08%-
HSV(B)54.61º41.78%83.53%-
XYZ52.9159.2627.72-
YUV198.1686.15138.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 205 (80.47% from 255) = 37.82%
BLUE value IS 124 (48.83% from 255) = 22.88%
R=39.30%
G=37.82%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320512400.040.420.1654.6151.4566.08
HexD5CD7C042A10373342
Octal3253151740452206763102
Binary110101011100110111111000100101010100001101111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CD7C; }

 p { color: rgb(213,205,124); }

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

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

 a { background-color: rgb(213,205,124); }

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

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

 span { border-color: rgb(213,205,124); }

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