#D5CF98

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

Shades of Tahuna Sands #D5CF98

Tints of Tahuna Sands #D5CF98

Color information

#D5CF98 (or 0xD5CF98) is unknown color: approx Tahuna Sands. HEX triplet: D5, CF and 98. RGB value is (213,207,152). Sum of RGB (Red+Green+Blue) = 213+207+152=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CF98 is #2A3067. Grayscale: #CACACA. Windows color (decimal): -2764904 or 10014677. OLE color: 10014677.

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

Color convert

RGB213207152-
CMYK00.030.290.16
HSL54.1º42.07%71.57%-
HSV(B)54.1º28.64%83.53%-
XYZ55.4261.0438.57-
YUV202.5299.49135.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.24%
GREEN value IS 207 (81.25% from 255) = 36.19%
BLUE value IS 152 (59.77% from 255) = 26.57%
R=37.24%
G=36.19%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320715200.030.290.1654.142.0771.57
HexD5CF98031D10362a48
Octal3253172300335206652110
Binary11010101110011111001100001111101100001101101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF98; }

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

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

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

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

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

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

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

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