#D5C795

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

Shades of Tahuna Sands #D5C795

Tints of Tahuna Sands #D5C795

Color information

#D5C795 (or 0xD5C795) is unknown color: approx Tahuna Sands. HEX triplet: D5, C7 and 95. RGB value is (213,199,149). Sum of RGB (Red+Green+Blue) = 213+199+149=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C795 is #2A386A. Grayscale: #C5C5C5. Windows color (decimal): -2766955 or 9816021. OLE color: 9816021.

HSL color Cylindrical-coordinate representation of color #D5C795: hue angle of 46.88º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5C795 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB213199149-
CMYK00.070.300.16
HSL46.88º43.24%70.98%-
HSV(B)46.88º30.05%83.53%-
XYZ53.2957.1636.66-
YUV197.49100.64139.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.97%
GREEN value IS 199 (78.12% from 255) = 35.47%
BLUE value IS 149 (58.59% from 255) = 26.56%
R=37.97%
G=35.47%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319914900.070.300.1646.8843.2470.98
HexD5C795071E102f2b47
Octal3253072250736205753107
Binary110101011100011110010101011111110100001011111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C795; }

 p { color: rgb(213,199,149); }

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

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

 a { background-color: rgb(213,199,149); }

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

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

 span { border-color: rgb(213,199,149); }

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