#D7D07C

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

Shades of Sandwisp #D7D07C

Tints of Sandwisp #D7D07C

Color information

#D7D07C (or 0xD7D07C) is unknown color: approx Sandwisp. HEX triplet: D7, D0 and 7C. RGB value is (215,208,124). Sum of RGB (Red+Green+Blue) = 215+208+124=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D07C is #282F83. Grayscale: #C8C8C8. Windows color (decimal): -2633604 or 8179927. OLE color: 8179927.

HSL color Cylindrical-coordinate representation of color #D7D07C: hue angle of 55.38º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7D07C is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB215208124-
CMYK00.030.420.16
HSL55.38º53.22%66.47%-
HSV(B)55.38º42.33%84.31%-
XYZ54.2261.0127.99-
YUV200.5284.82138.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.31%
GREEN value IS 208 (81.64% from 255) = 38.03%
BLUE value IS 124 (48.83% from 255) = 22.67%
R=39.31%
G=38.03%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520812400.030.420.1655.3853.2266.47
HexD7D07C032A10373542
Octal3273201740352206765102
Binary11010111110100001111100011101010100001101111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D07C; }

 p { color: rgb(215,208,124); }

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

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

 a { background-color: rgb(215,208,124); }

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

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

 span { border-color: rgb(215,208,124); }

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