#D5CE98

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

Shades of Tahuna Sands #D5CE98

Tints of Tahuna Sands #D5CE98

Color information

#D5CE98 (or 0xD5CE98) is unknown color: approx Tahuna Sands. HEX triplet: D5, CE and 98. RGB value is (213,206,152). Sum of RGB (Red+Green+Blue) = 213+206+152=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CE98 is #2A3167. Grayscale: #CACACA. Windows color (decimal): -2765160 or 10014421. OLE color: 10014421.

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

Color convert

RGB213206152-
CMYK00.030.290.16
HSL53.11º42.07%71.57%-
HSV(B)53.11º28.64%83.53%-
XYZ55.1860.5638.49-
YUV201.9499.82135.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.30%
GREEN value IS 206 (80.86% from 255) = 36.08%
BLUE value IS 152 (59.77% from 255) = 26.62%
R=37.30%
G=36.08%
B=26.62%

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
Decimal21320615200.030.290.1653.1142.0771.57
HexD5CE98031D10352a48
Octal3253162300335206552110
Binary11010101110011101001100001111101100001101011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CE98; }

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

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

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

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

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

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

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

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