#DACF9B

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

Shades of Tahuna Sands #DACF9B

Tints of Tahuna Sands #DACF9B

Color information

#DACF9B (or 0xDACF9B) is unknown color: approx Tahuna Sands. HEX triplet: DA, CF and 9B. RGB value is (218,207,155). Sum of RGB (Red+Green+Blue) = 218+207+155=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 155 (60.94% from 255 or 26.72% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACF9B is #253064. Grayscale: #CCCCCC. Windows color (decimal): -2437221 or 10211290. OLE color: 10211290.

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

Color convert

RGB218207155-
CMYK00.050.290.15
HSL49.52º45.99%73.14%-
HSV(B)49.52º28.9%85.49%-
XYZ57.1461.939.95-
YUV204.36100.14137.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 155 (60.94% from 255) = 26.72%
R=37.59%
G=35.69%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820715500.050.290.1549.5245.9973.14
HexDACF9B051DF322e49
Octal3323172330535176256111
Binary11011010110011111001101101011110111111100101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACF9B; }

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

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

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

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

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

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

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

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