#D8CB7D

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

Shades of Sandwisp #D8CB7D

Tints of Sandwisp #D8CB7D

Color information

#D8CB7D (or 0xD8CB7D) is unknown color: approx Sandwisp. HEX triplet: D8, CB and 7D. RGB value is (216,203,125). Sum of RGB (Red+Green+Blue) = 216+203+125=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CB7D is #273482. Grayscale: #C6C6C6. Windows color (decimal): -2569347 or 8244184. OLE color: 8244184.

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

Color convert

RGB216203125-
CMYK00.060.420.15
HSL51.43º53.85%66.86%-
HSV(B)51.43º42.13%84.71%-
XYZ53.3858.7927.94-
YUV19886.81140.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.71%
GREEN value IS 203 (79.69% from 255) = 37.32%
BLUE value IS 125 (49.22% from 255) = 22.98%
R=39.71%
G=37.32%
B=22.98%

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
Decimal21620312500.060.420.1551.4353.8566.86
HexD8CB7D062AF333643
Octal3303131750652176366103
Binary11011000110010111111101011010101011111100111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CB7D; }

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

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

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

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

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

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

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

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