#d9ca8b

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

Shades of Sandwisp #D9CA8B

Tints of Sandwisp #D9CA8B

Color information

#D9CA8B (or 0xD9CA8B) is unknown color: approx Sandwisp. HEX triplet: D9, CA and 8B. RGB value is (217,202,139). Sum of RGB (Red+Green+Blue) = 217+202+139=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CA8B is #263574. Grayscale: #C7C7C7. Windows color (decimal): -2504053 or 9161433. OLE color: 9161433.

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

Color convert

RGB217202139-
CMYK00.070.360.15
HSL48.46º50.65%69.8%-
HSV(B)48.46º35.94%85.1%-
XYZ54.458.8632.92-
YUV199.393.97140.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.89%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 139 (54.69% from 255) = 24.91%
R=38.89%
G=36.20%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720213900.070.360.1548.4650.6569.8
HexD9CA8B0724F303346
Octal3313122130744176063106
Binary110110011100101010001011011110010011111100001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9ca8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9ca8b; }

 p { color: rgb(217,202,139); }

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

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

 a { background-color: rgb(217,202,139); }

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

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

 span { border-color: rgb(217,202,139); }

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