#D8CA90

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

Shades of Tahuna Sands #D8CA90

Tints of Tahuna Sands #D8CA90

Color information

#D8CA90 (or 0xD8CA90) is unknown color: approx Tahuna Sands. HEX triplet: D8, CA and 90. RGB value is (216,202,144). Sum of RGB (Red+Green+Blue) = 216+202+144=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CA90 is #27356F. Grayscale: #C7C7C7. Windows color (decimal): -2569584 or 9489112. OLE color: 9489112.

HSL color Cylindrical-coordinate representation of color #D8CA90: hue angle of 48.33º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8CA90 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB216202144-
CMYK00.060.330.15
HSL48.33º48%70.59%-
HSV(B)48.33º33.33%84.71%-
XYZ54.4758.8534.87-
YUV199.5796.64139.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 202 (79.30% from 255) = 35.94%
BLUE value IS 144 (56.64% from 255) = 25.62%
R=38.43%
G=35.94%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620214400.060.330.1548.334870.59
HexD8CA900621F303047
Octal3303122200641176060107
Binary110110001100101010010000011010000111111100001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CA90; }

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

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

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

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

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

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

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

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