#D9CB7E

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

Shades of Sandwisp #D9CB7E

Tints of Sandwisp #D9CB7E

Color information

#D9CB7E (or 0xD9CB7E) is unknown color: approx Sandwisp. HEX triplet: D9, CB and 7E. RGB value is (217,203,126). Sum of RGB (Red+Green+Blue) = 217+203+126=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CB7E is #263481. Grayscale: #C6C6C6. Windows color (decimal): -2503810 or 8309721. OLE color: 8309721.

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

Color convert

RGB217203126-
CMYK00.060.420.15
HSL50.77º54.49%67.25%-
HSV(B)50.77º41.94%85.1%-
XYZ53.7458.9728.29-
YUV198.4187.14141.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.74%
GREEN value IS 203 (79.69% from 255) = 37.18%
BLUE value IS 126 (49.61% from 255) = 23.08%
R=39.74%
G=37.18%
B=23.08%

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
Decimal21720312600.060.420.1550.7754.4967.25
HexD9CB7E062AF333643
Octal3313131760652176366103
Binary11011001110010111111110011010101011111100111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CB7E; }

 p { color: rgb(217,203,126); }

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

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

 a { background-color: rgb(217,203,126); }

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

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

 span { border-color: rgb(217,203,126); }

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