#D8CD82

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

Shades of Sandwisp #D8CD82

Tints of Sandwisp #D8CD82

Color information

#D8CD82 (or 0xD8CD82) is unknown color: approx Sandwisp. HEX triplet: D8, CD and 82. RGB value is (216,205,130). Sum of RGB (Red+Green+Blue) = 216+205+130=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CD82 is #27327D. Grayscale: #C8C8C8. Windows color (decimal): -2568830 or 8572376. OLE color: 8572376.

HSL color Cylindrical-coordinate representation of color #D8CD82: hue angle of 52.33º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8CD82 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB216205130-
CMYK00.050.400.15
HSL52.33º52.44%67.84%-
HSV(B)52.33º39.81%84.71%-
XYZ54.1859.8729.82-
YUV199.7488.64139.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.20%
GREEN value IS 205 (80.47% from 255) = 37.21%
BLUE value IS 130 (51.17% from 255) = 23.59%
R=39.20%
G=37.21%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620513000.050.400.1552.3352.4467.84
HexD8CD820528F343444
Octal3303152020550176464104
Binary110110001100110110000010010110100011111101001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CD82; }

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

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

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

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

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

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

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

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