#D8CFA0

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

Shades of Tahuna Sands #D8CFA0

Tints of Tahuna Sands #D8CFA0

Color information

#D8CFA0 (or 0xD8CFA0) is unknown color: approx Tahuna Sands. HEX triplet: D8, CF and A0. RGB value is (216,207,160). Sum of RGB (Red+Green+Blue) = 216+207+160=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CFA0 is #27305F. Grayscale: #CCCCCC. Windows color (decimal): -2568288 or 10538968. OLE color: 10538968.

HSL color Cylindrical-coordinate representation of color #D8CFA0: hue angle of 50.36º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8CFA0 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB216207160-
CMYK00.040.260.15
HSL50.36º41.79%73.73%-
HSV(B)50.36º25.93%84.71%-
XYZ56.9861.7642.18-
YUV204.33102.98136.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 207 (81.25% from 255) = 35.51%
BLUE value IS 160 (62.89% from 255) = 27.44%
R=37.05%
G=35.51%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620716000.040.260.1550.3641.7973.73
HexD8CFA0041AF322a4a
Octal3303172400432176252112
Binary11011000110011111010000001001101011111100101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CFA0; }

 p { color: rgb(216,207,160); }

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

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

 a { background-color: rgb(216,207,160); }

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

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

 span { border-color: rgb(216,207,160); }

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