Html Css Color HEX #DAC49A Raffia

📋 copy color: '#DAC49A'

red 218 ◦ green 196 ◦ blue 154

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

Shades of Raffia #DAC49A

Tints of Raffia #DAC49A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.51%

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

R = 38.38%
G = 34.51%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAC49A (or 0xDAC49A) is known color: Raffia. HEX triplet: DA, C4 and 9A. RGB value is (218,196,154). Sum of RGB (Red+Green+Blue) = 218+196+154=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC49A is #253B65. Grayscale: #C5C5C5. Windows color (decimal): -2440038 or 10142938. OLE color: 10142938.

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

Color convert

RGB 218 196 154 -
CMYK 0 0.10 0.29 0.15
HSL 39.38º 0.46% 0.73% -
HSV(B) 39.38º 0.29% 0.85% -
XYZ 54.49 56.72 38.65 -
YUV 197.79 103.29 142.42 -
System Red Green Blue C M Y K H S L
Decimal 218 196 154 0 0.10 0.29 0.15 39.38 0.46 0.73
Hex DA C4 9A 0 A 1D F 27 2E 49
Octal 332 304 232 0 12 35 17 47 56 111
Binary 11011010 11000100 10011010 0 1010 11101 1111 100111 101110 1001001

Color Harmonies of #DAC49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC49A

Black with #DAC49A

Text Example


Text Example

White with #DAC49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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