#DACF96

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

Shades of Tahuna Sands #DACF96

Tints of Tahuna Sands #DACF96

Color information

#DACF96 (or 0xDACF96) is unknown color: approx Tahuna Sands. HEX triplet: DA, CF and 96. RGB value is (218,207,150). Sum of RGB (Red+Green+Blue) = 218+207+150=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACF96 is #253069. Grayscale: #CCCCCC. Windows color (decimal): -2437226 or 9883610. OLE color: 9883610.

HSL color Cylindrical-coordinate representation of color #DACF96: hue angle of 50.29º degrees, saturation: 0.48, 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 #DACF96 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218207150-
CMYK00.050.310.15
HSL50.29º47.89%72.16%-
HSV(B)50.29º31.19%85.49%-
XYZ56.7361.7337.78-
YUV203.7997.64138.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 207 (81.25% from 255) = 36%
BLUE value IS 150 (58.98% from 255) = 26.09%
R=37.91%
G=36%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820715000.050.310.1550.2947.8972.16
HexDACF96051FF323048
Octal3323172260537176260110
Binary11011010110011111001011001011111111111100101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACF96; }

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

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

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

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

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

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

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

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