#D8CD7D

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

Shades of Sandwisp #D8CD7D

Tints of Sandwisp #D8CD7D

Color information

#D8CD7D (or 0xD8CD7D) is unknown color: approx Sandwisp. HEX triplet: D8, CD and 7D. RGB value is (216,205,125). Sum of RGB (Red+Green+Blue) = 216+205+125=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD7D is #273282. Grayscale: #C7C7C7. Windows color (decimal): -2568835 or 8244696. OLE color: 8244696.

HSL color Cylindrical-coordinate representation of color #D8CD7D: hue angle of 52.75º 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 #D8CD7D is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB216205125-
CMYK00.050.420.15
HSL52.75º53.85%66.86%-
HSV(B)52.75º42.13%84.71%-
XYZ53.8559.7428.1-
YUV199.1786.14140-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 205 (80.47% from 255) = 37.55%
BLUE value IS 125 (49.22% from 255) = 22.89%
R=39.56%
G=37.55%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620512500.050.420.1552.7553.8566.86
HexD8CD7D052AF353643
Octal3303151750552176566103
Binary11011000110011011111101010110101011111101011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CD7D; }

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

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

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

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

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

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

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

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