#D9CC8A

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

Shades of Sandwisp #D9CC8A

Tints of Sandwisp #D9CC8A

Color information

#D9CC8A (or 0xD9CC8A) is unknown color: approx Sandwisp. HEX triplet: D9, CC and 8A. RGB value is (217,204,138). Sum of RGB (Red+Green+Blue) = 217+204+138=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CC8A is #263375. Grayscale: #C8C8C8. Windows color (decimal): -2503542 or 9096409. OLE color: 9096409.

HSL color Cylindrical-coordinate representation of color #D9CC8A: hue angle of 50.13º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9CC8A is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB217204138-
CMYK00.060.360.15
HSL50.13º50.97%69.61%-
HSV(B)50.13º36.41%85.1%-
XYZ54.859.7732.69-
YUV200.3692.81139.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 138 (54.30% from 255) = 24.69%
R=38.82%
G=36.49%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720413800.060.360.1550.1350.9769.61
HexD9CC8A0624F323346
Octal3313142120644176263106
Binary110110011100110010001010011010010011111100101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CC8A; }

 p { color: rgb(217,204,138); }

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

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

 a { background-color: rgb(217,204,138); }

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

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

 span { border-color: rgb(217,204,138); }

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