Html Css Color HEX #DAC29A Raffia

📋 copy color: '#DAC29A'

red 218 ◦ green 194 ◦ blue 154

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

Shades of Raffia #DAC29A

Tints of Raffia #DAC29A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.28%

 BLUE value IS 154 (60.55% from 255) = 27.21%

R = 38.52%
G = 34.28%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAC29A (or 0xDAC29A) is known color: Raffia. HEX triplet: DA, C2 and 9A. RGB value is (218,194,154). Sum of RGB (Red+Green+Blue) = 218+194+154=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC29A is #253D65. Grayscale: #C4C4C4. Windows color (decimal): -2440550 or 10142426. OLE color: 10142426.

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

Color convert

RGB 218 194 154 -
CMYK 0 0.11 0.29 0.15
HSL 37.5º 0.46% 0.73% -
HSV(B) 37.5º 0.29% 0.85% -
XYZ 54.04 55.82 38.5 -
YUV 196.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 218 194 154 0 0.11 0.29 0.15 37.5 0.46 0.73
Hex DA C2 9A 0 B 1D F 26 2E 49
Octal 332 302 232 0 13 35 17 46 56 111
Binary 11011010 11000010 10011010 0 1011 11101 1111 100110 101110 1001001

Color Harmonies of #DAC29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC29A

Black with #DAC29A

Text Example


Text Example

White with #DAC29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC29A; }

 p { color: rgb(218,194,154); }

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

background-color css

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

 a { background-color: rgb(218,194,154); }

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

border-color css

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

 span { border-color: rgb(218,194,154); }

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