Html Css Color HEX #DAC69C Raffia

📋 copy color: '#DAC69C'

red 218 ◦ green 198 ◦ blue 156

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

Shades of Raffia #DAC69C

Tints of Raffia #DAC69C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.62%

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

R = 38.11%
G = 34.62%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAC69C (or 0xDAC69C) is known color: Raffia. HEX triplet: DA, C6 and 9C. RGB value is (218,198,156). Sum of RGB (Red+Green+Blue) = 218+198+156=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC69C is #253963. Grayscale: #C7C7C7. Windows color (decimal): -2439524 or 10274522. OLE color: 10274522.

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

Color convert

RGB 218 198 156 -
CMYK 0 0.09 0.28 0.15
HSL 40.65º 0.46% 0.73% -
HSV(B) 40.65º 0.28% 0.85% -
XYZ 55.11 57.69 39.68 -
YUV 199.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 218 198 156 0 0.09 0.28 0.15 40.65 0.46 0.73
Hex DA C6 9C 0 9 1C F 29 2E 49
Octal 332 306 234 0 11 34 17 51 56 111
Binary 11011010 11000110 10011100 0 1001 11100 1111 101001 101110 1001001

Color Harmonies of #DAC69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC69C

Black with #DAC69C

Text Example


Text Example

White with #DAC69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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