#DAC09B

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

Shades of Raffia #DAC09B

Tints of Raffia #DAC09B

Color information

#DAC09B (or 0xDAC09B) is unknown color: approx Raffia. HEX triplet: DA, C0 and 9B. RGB value is (218,192,155). Sum of RGB (Red+Green+Blue) = 218+192+155=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC09B is #253F64. Grayscale: #C3C3C3. Windows color (decimal): -2441061 or 10207450. OLE color: 10207450.

HSL color Cylindrical-coordinate representation of color #DAC09B: hue angle of 35.24º 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 #DAC09B is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB218192155-
CMYK00.120.290.15
HSL35.24º45.99%73.14%-
HSV(B)35.24º28.9%85.49%-
XYZ53.6854.9738.79-
YUV195.56105.11144.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 192 (75.39% from 255) = 33.98%
BLUE value IS 155 (60.94% from 255) = 27.43%
R=38.58%
G=33.98%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819215500.120.290.1535.2445.9973.14
HexDAC09B0C1DF232e49
Octal33230023301435174356111
Binary110110101100000010011011011001110111111000111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC09B; }

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

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

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

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

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

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

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

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