#D8CA7D

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

Shades of Sandwisp #D8CA7D

Tints of Sandwisp #D8CA7D

Color information

#D8CA7D (or 0xD8CA7D) is unknown color: approx Sandwisp. HEX triplet: D8, CA and 7D. RGB value is (216,202,125). Sum of RGB (Red+Green+Blue) = 216+202+125=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CA7D is #273582. Grayscale: #C5C5C5. Windows color (decimal): -2569603 or 8243928. OLE color: 8243928.

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

Color convert

RGB216202125-
CMYK00.060.420.15
HSL50.77º53.85%66.86%-
HSV(B)50.77º42.13%84.71%-
XYZ53.1458.3227.86-
YUV197.4187.14141.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.78%
GREEN value IS 202 (79.30% from 255) = 37.20%
BLUE value IS 125 (49.22% from 255) = 23.02%
R=39.78%
G=37.20%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620212500.060.420.1550.7753.8566.86
HexD8CA7D062AF333643
Octal3303121750652176366103
Binary11011000110010101111101011010101011111100111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CA7D; }

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

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

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

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

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

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

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

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