Html Css Color HEX #DAC39C Raffia

📋 copy color: '#DAC39C'

red 218 ◦ green 195 ◦ blue 156

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

Shades of Raffia #DAC39C

Tints of Raffia #DAC39C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.27%

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

R = 38.31%
G = 34.27%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAC39C (or 0xDAC39C) is known color: Raffia. HEX triplet: DA, C3 and 9C. RGB value is (218,195,156). Sum of RGB (Red+Green+Blue) = 218+195+156=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC39C is #253C63. Grayscale: #C5C5C5. Windows color (decimal): -2440292 or 10273754. OLE color: 10273754.

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

Color convert

RGB 218 195 156 -
CMYK 0 0.11 0.28 0.15
HSL 37.74º 0.46% 0.73% -
HSV(B) 37.74º 0.28% 0.85% -
XYZ 54.43 56.34 39.46 -
YUV 197.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 218 195 156 0 0.11 0.28 0.15 37.74 0.46 0.73
Hex DA C3 9C 0 B 1C F 26 2E 49
Octal 332 303 234 0 13 34 17 46 56 111
Binary 11011010 11000011 10011100 0 1011 11100 1111 100110 101110 1001001

Color Harmonies of #DAC39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC39C

Black with #DAC39C

Text Example


Text Example

White with #DAC39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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