#D7CA7E

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

Shades of Sandwisp #D7CA7E

Tints of Sandwisp #D7CA7E

Color information

#D7CA7E (or 0xD7CA7E) is unknown color: approx Sandwisp. HEX triplet: D7, CA and 7E. RGB value is (215,202,126). Sum of RGB (Red+Green+Blue) = 215+202+126=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 126 (49.61% from 255 or 23.20% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CA7E is #283581. Grayscale: #C5C5C5. Windows color (decimal): -2635138 or 8309463. OLE color: 8309463.

HSL color Cylindrical-coordinate representation of color #D7CA7E: hue angle of 51.24º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7CA7E is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB215202126-
CMYK00.060.410.16
HSL51.24º52.66%66.86%-
HSV(B)51.24º41.4%84.31%-
XYZ52.9158.1928.18-
YUV197.2287.81140.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.59%
GREEN value IS 202 (79.30% from 255) = 37.20%
BLUE value IS 126 (49.61% from 255) = 23.20%
R=39.59%
G=37.20%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520212600.060.410.1651.2452.6666.86
HexD7CA7E062910333543
Octal3273121760651206365103
Binary110101111100101011111100110101001100001100111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CA7E; }

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

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

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

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

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

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

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

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