#D8CF96

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

Shades of Tahuna Sands #D8CF96

Tints of Tahuna Sands #D8CF96

Color information

#D8CF96 (or 0xD8CF96) is unknown color: approx Tahuna Sands. HEX triplet: D8, CF and 96. RGB value is (216,207,150). Sum of RGB (Red+Green+Blue) = 216+207+150=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CF96 is #273069. Grayscale: #CBCBCB. Windows color (decimal): -2568298 or 9883608. OLE color: 9883608.

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

Color convert

RGB216207150-
CMYK00.040.310.15
HSL51.82º45.83%71.76%-
HSV(B)51.82º30.56%84.71%-
XYZ56.1461.4337.75-
YUV203.1997.98137.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.70%
GREEN value IS 207 (81.25% from 255) = 36.13%
BLUE value IS 150 (58.98% from 255) = 26.18%
R=37.70%
G=36.13%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620715000.040.310.1551.8245.8371.76
HexD8CF96041FF342e48
Octal3303172260437176456110
Binary11011000110011111001011001001111111111101001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CF96; }

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

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

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

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

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

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

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

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