#D7CA7C

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

Shades of Sandwisp #D7CA7C

Tints of Sandwisp #D7CA7C

Color information

#D7CA7C (or 0xD7CA7C) is unknown color: approx Sandwisp. HEX triplet: D7, CA and 7C. RGB value is (215,202,124). Sum of RGB (Red+Green+Blue) = 215+202+124=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CA7C is #283583. Grayscale: #C5C5C5. Windows color (decimal): -2635140 or 8178391. OLE color: 8178391.

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

Color convert

RGB215202124-
CMYK00.060.420.16
HSL51.43º53.22%66.47%-
HSV(B)51.43º42.33%84.31%-
XYZ52.7858.1427.51-
YUV196.9986.81140.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.74%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 124 (48.83% from 255) = 22.92%
R=39.74%
G=37.34%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520212400.060.420.1651.4353.2266.47
HexD7CA7C062A10333542
Octal3273121740652206365102
Binary110101111100101011111000110101010100001100111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CA7C; }

 p { color: rgb(215,202,124); }

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

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

 a { background-color: rgb(215,202,124); }

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

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

 span { border-color: rgb(215,202,124); }

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