#D5C392

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

Shades of Tahuna Sands #D5C392

Tints of Tahuna Sands #D5C392

Color information

#D5C392 (or 0xD5C392) is unknown color: approx Tahuna Sands. HEX triplet: D5, C3 and 92. RGB value is (213,195,146). Sum of RGB (Red+Green+Blue) = 213+195+146=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C392 is #2A3C6D. Grayscale: #C3C3C3. Windows color (decimal): -2767982 or 9618389. OLE color: 9618389.

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

Color convert

RGB213195146-
CMYK00.080.310.16
HSL43.88º44.37%70.39%-
HSV(B)43.88º31.46%83.53%-
XYZ52.1455.2535.11-
YUV194.8100.46140.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 195 (76.56% from 255) = 35.20%
BLUE value IS 146 (57.42% from 255) = 26.35%
R=38.45%
G=35.20%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319514600.080.310.1643.8844.3770.39
HexD5C392081F102c2c46
Octal32530322201037205454106
Binary1101010111000011100100100100011111100001011001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C392; }

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

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

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

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

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

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

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

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