#D7CA82

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

Shades of Sandwisp #D7CA82

Tints of Sandwisp #D7CA82

Color information

#D7CA82 (or 0xD7CA82) is unknown color: approx Sandwisp. HEX triplet: D7, CA and 82. RGB value is (215,202,130). Sum of RGB (Red+Green+Blue) = 215+202+130=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CA82 is #28357D. Grayscale: #C5C5C5. Windows color (decimal): -2635134 or 8571607. OLE color: 8571607.

HSL color Cylindrical-coordinate representation of color #D7CA82: hue angle of 50.82º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7CA82 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB215202130-
CMYK00.060.400.16
HSL50.82º51.52%67.65%-
HSV(B)50.82º39.53%84.31%-
XYZ53.1758.329.57-
YUV197.6889.81140.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.31%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 130 (51.17% from 255) = 23.77%
R=39.31%
G=36.93%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520213000.060.400.1650.8251.5267.65
HexD7CA82062810333444
Octal3273122020650206364104
Binary1101011111001010100000100110101000100001100111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CA82; }

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

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

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

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

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

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

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

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