#D8D07D

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

Shades of Sandwisp #D8D07D

Tints of Sandwisp #D8D07D

Color information

#D8D07D (or 0xD8D07D) is unknown color: approx Sandwisp. HEX triplet: D8, D0 and 7D. RGB value is (216,208,125). Sum of RGB (Red+Green+Blue) = 216+208+125=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D07D is #272F82. Grayscale: #C9C9C9. Windows color (decimal): -2568067 or 8245464. OLE color: 8245464.

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

Color convert

RGB216208125-
CMYK00.040.420.15
HSL54.73º53.85%66.86%-
HSV(B)54.73º42.13%84.71%-
XYZ54.5861.1928.34-
YUV200.9385.15138.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.34%
GREEN value IS 208 (81.64% from 255) = 37.89%
BLUE value IS 125 (49.22% from 255) = 22.77%
R=39.34%
G=37.89%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620812500.040.420.1554.7353.8566.86
HexD8D07D042AF373643
Octal3303201750452176766103
Binary11011000110100001111101010010101011111101111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D07D; }

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

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

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

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

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

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

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

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