#DAC69B

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

Shades of Raffia #DAC69B

Tints of Raffia #DAC69B

Color information

#DAC69B (or 0xDAC69B) is unknown color: approx Raffia. HEX triplet: DA, C6 and 9B. RGB value is (218,198,155). Sum of RGB (Red+Green+Blue) = 218+198+155=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC69B is #253964. Grayscale: #C7C7C7. Windows color (decimal): -2439525 or 10208986. OLE color: 10208986.

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

Color convert

RGB218198155-
CMYK00.090.290.15
HSL40.95º45.99%73.14%-
HSV(B)40.95º28.9%85.49%-
XYZ55.0257.6639.24-
YUV199.08103.13141.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 198 (77.73% from 255) = 34.68%
BLUE value IS 155 (60.94% from 255) = 27.15%
R=38.18%
G=34.68%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819815500.090.290.1540.9545.9973.14
HexDAC69B091DF292e49
Octal33230623301135175156111
Binary110110101100011010011011010011110111111010011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC69B; }

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

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

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

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

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

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

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

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