#D8CA7F

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

Shades of Sandwisp #D8CA7F

Tints of Sandwisp #D8CA7F

Color information

#D8CA7F (or 0xD8CA7F) is unknown color: approx Sandwisp. HEX triplet: D8, CA and 7F. RGB value is (216,202,127). Sum of RGB (Red+Green+Blue) = 216+202+127=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CA7F is #273580. Grayscale: #C5C5C5. Windows color (decimal): -2569601 or 8375000. OLE color: 8375000.

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

Color convert

RGB216202127-
CMYK00.060.410.15
HSL50.56º53.29%67.25%-
HSV(B)50.56º41.2%84.71%-
XYZ53.2758.3728.54-
YUV197.6488.14141.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 127 (50% from 255) = 23.30%
R=39.63%
G=37.06%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620212700.060.410.1550.5653.2967.25
HexD8CA7F0629F333543
Octal3303121770651176365103
Binary11011000110010101111111011010100111111100111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CA7F; }

 p { color: rgb(216,202,127); }

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

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

 a { background-color: rgb(216,202,127); }

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

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

 span { border-color: rgb(216,202,127); }

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