Html Css Color HEX #DAC09C Raffia

📋 copy color: '#DAC09C'

red 218 ◦ green 192 ◦ blue 156

#DAC09C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raffia #DAC09C

Tints of Raffia #DAC09C

RGB

 RED value IS 218 (85.55% from 255) = 38.52%

 GREEN value IS 192 (75.39% from 255) = 33.92%

 BLUE value IS 156 (61.33% from 255) = 27.56%

R = 38.52%
G = 33.92%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAC09C (or 0xDAC09C) is known color: Raffia. HEX triplet: DA, C0 and 9C. RGB value is (218,192,156). Sum of RGB (Red+Green+Blue) = 218+192+156=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC09C is #253F63. Grayscale: #C3C3C3. Windows color (decimal): -2441060 or 10272986. OLE color: 10272986.

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

Color convert

RGB 218 192 156 -
CMYK 0 0.12 0.28 0.15
HSL 34.84º 0.46% 0.73% -
HSV(B) 34.84º 0.28% 0.85% -
XYZ 53.76 55.01 39.24 -
YUV 195.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 218 192 156 0 0.12 0.28 0.15 34.84 0.46 0.73
Hex DA C0 9C 0 C 1C F 23 2E 49
Octal 332 300 234 0 14 34 17 43 56 111
Binary 11011010 11000000 10011100 0 1100 11100 1111 100011 101110 1001001

Color Harmonies of #DAC09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC09C

Black with #DAC09C

Text Example


Text Example

White with #DAC09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC09C; }

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

 H1.HeaderClassName
 {
   color: #DAC09C;
 }
 .AnyTagClassName
 {
   color: #DAC09C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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