#D5CF94

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

Shades of Tahuna Sands #D5CF94

Tints of Tahuna Sands #D5CF94

Color information

#D5CF94 (or 0xD5CF94) is unknown color: approx Tahuna Sands. HEX triplet: D5, CF and 94. RGB value is (213,207,148). Sum of RGB (Red+Green+Blue) = 213+207+148=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CF94 is #2A306B. Grayscale: #CACACA. Windows color (decimal): -2764908 or 9752533. OLE color: 9752533.

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

Color convert

RGB213207148-
CMYK00.030.310.16
HSL54.46º43.62%70.78%-
HSV(B)54.46º30.52%83.53%-
XYZ55.160.9136.87-
YUV202.0797.49135.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.5%
GREEN value IS 207 (81.25% from 255) = 36.44%
BLUE value IS 148 (58.20% from 255) = 26.06%
R=37.5%
G=36.44%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320714800.030.310.1654.4643.6270.78
HexD5CF94031F10362c47
Octal3253172240337206654107
Binary11010101110011111001010001111111100001101101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF94; }

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

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

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

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

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

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

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

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