#D5C892

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

Shades of Tahuna Sands #D5C892

Tints of Tahuna Sands #D5C892

Color information

#D5C892 (or 0xD5C892) is unknown color: approx Tahuna Sands. HEX triplet: D5, C8 and 92. RGB value is (213,200,146). Sum of RGB (Red+Green+Blue) = 213+200+146=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C892 is #2A376D. Grayscale: #C5C5C5. Windows color (decimal): -2766702 or 9619669. OLE color: 9619669.

HSL color Cylindrical-coordinate representation of color #D5C892: hue angle of 48.36º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5C892 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213200146-
CMYK00.060.310.16
HSL48.36º44.37%70.39%-
HSV(B)48.36º31.46%83.53%-
XYZ53.2857.5335.49-
YUV197.7398.81138.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.10%
GREEN value IS 200 (78.52% from 255) = 35.78%
BLUE value IS 146 (57.42% from 255) = 26.12%
R=38.10%
G=35.78%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320014600.060.310.1648.3644.3770.39
HexD5C892061F10302c46
Octal3253102220637206054106
Binary110101011100100010010010011011111100001100001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C892; }

 p { color: rgb(213,200,146); }

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

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

 a { background-color: rgb(213,200,146); }

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

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

 span { border-color: rgb(213,200,146); }

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