#D9CA82

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

Shades of Sandwisp #D9CA82

Tints of Sandwisp #D9CA82

Color information

#D9CA82 (or 0xD9CA82) is unknown color: approx Sandwisp. HEX triplet: D9, CA and 82. RGB value is (217,202,130). Sum of RGB (Red+Green+Blue) = 217+202+130=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CA82 is #26357D. Grayscale: #C6C6C6. Windows color (decimal): -2504062 or 8571609. OLE color: 8571609.

HSL color Cylindrical-coordinate representation of color #D9CA82: hue angle of 49.66º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9CA82 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB217202130-
CMYK00.070.400.15
HSL49.66º53.37%68.04%-
HSV(B)49.66º40.09%85.1%-
XYZ53.7758.629.6-
YUV198.2889.47141.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.53%
GREEN value IS 202 (79.30% from 255) = 36.79%
BLUE value IS 130 (51.17% from 255) = 23.68%
R=39.53%
G=36.79%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720213000.070.400.1549.6653.3768.04
HexD9CA820728F323544
Octal3313122020750176265104
Binary110110011100101010000010011110100011111100101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CA82; }

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

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

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

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

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

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

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

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