#D5CA92

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

Shades of Tahuna Sands #D5CA92

Tints of Tahuna Sands #D5CA92

Color information

#D5CA92 (or 0xD5CA92) is unknown color: approx Tahuna Sands. HEX triplet: D5, CA and 92. RGB value is (213,202,146). Sum of RGB (Red+Green+Blue) = 213+202+146=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CA92 is #2A356D. Grayscale: #C7C7C7. Windows color (decimal): -2766190 or 9620181. OLE color: 9620181.

HSL color Cylindrical-coordinate representation of color #D5CA92: hue angle of 50.15º 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 #D5CA92 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213202146-
CMYK00.050.310.16
HSL50.15º44.37%70.39%-
HSV(B)50.15º31.46%83.53%-
XYZ53.7558.4635.65-
YUV198.998.14138.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.97%
GREEN value IS 202 (79.30% from 255) = 36.01%
BLUE value IS 146 (57.42% from 255) = 26.02%
R=37.97%
G=36.01%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320214600.050.310.1650.1544.3770.39
HexD5CA92051F10322c46
Octal3253122220537206254106
Binary110101011100101010010010010111111100001100101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA92; }

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

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

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

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

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

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

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

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