#D8CA98

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

Shades of Tahuna Sands #D8CA98

Tints of Tahuna Sands #D8CA98

Color information

#D8CA98 (or 0xD8CA98) is unknown color: approx Tahuna Sands. HEX triplet: D8, CA and 98. RGB value is (216,202,152). Sum of RGB (Red+Green+Blue) = 216+202+152=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CA98 is #273567. Grayscale: #C8C8C8. Windows color (decimal): -2569576 or 10013400. OLE color: 10013400.

HSL color Cylindrical-coordinate representation of color #D8CA98: hue angle of 46.88º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8CA98 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB216202152-
CMYK00.060.300.15
HSL46.88º45.07%72.16%-
HSV(B)46.88º29.63%84.71%-
XYZ55.1159.1138.21-
YUV200.49100.64139.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.89%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 152 (59.77% from 255) = 26.67%
R=37.89%
G=35.44%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620215200.060.300.1546.8845.0772.16
HexD8CA98061EF2f2d48
Octal3303122300636175755110
Binary11011000110010101001100001101111011111011111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CA98; }

 p { color: rgb(216,202,152); }

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

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

 a { background-color: rgb(216,202,152); }

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

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

 span { border-color: rgb(216,202,152); }

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