#D5CF8E

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

Shades of Tahuna Sands #D5CF8E

Tints of Tahuna Sands #D5CF8E

Color information

#D5CF8E (or 0xD5CF8E) is unknown color: approx Tahuna Sands. HEX triplet: D5, CF and 8E. RGB value is (213,207,142). Sum of RGB (Red+Green+Blue) = 213+207+142=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CF8E is #2A3071. Grayscale: #C9C9C9. Windows color (decimal): -2764914 or 9359317. OLE color: 9359317.

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

Color convert

RGB213207142-
CMYK00.030.330.16
HSL54.93º45.81%69.61%-
HSV(B)54.93º33.33%83.53%-
XYZ54.6460.7234.43-
YUV201.3894.49136.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 207 (81.25% from 255) = 36.83%
BLUE value IS 142 (55.86% from 255) = 25.27%
R=37.90%
G=36.83%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320714200.030.330.1654.9345.8169.61
HexD5CF8E032110372e46
Octal3253172160341206756106
Binary110101011100111110001110011100001100001101111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF8E; }

 p { color: rgb(213,207,142); }

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

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

 a { background-color: rgb(213,207,142); }

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

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

 span { border-color: rgb(213,207,142); }

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