Html Css Color HEX #DAC89E Raffia

📋 copy color: '#DAC89E'

red 218 ◦ green 200 ◦ blue 158

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

Shades of Raffia #DAC89E

Tints of Raffia #DAC89E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.72%

 BLUE value IS 158 (62.11% from 255) = 27.43%

R = 37.85%
G = 34.72%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAC89E (or 0xDAC89E) is known color: Raffia. HEX triplet: DA, C8 and 9E. RGB value is (218,200,158). Sum of RGB (Red+Green+Blue) = 218+200+158=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC89E is #253761. Grayscale: #C8C8C8. Windows color (decimal): -2439010 or 10406106. OLE color: 10406106.

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

Color convert

RGB 218 200 158 -
CMYK 0 0.08 0.28 0.15
HSL 42º 0.45% 0.74% -
HSV(B) 42º 0.28% 0.85% -
XYZ 55.74 58.68 40.74 -
YUV 200.59 103.96 140.42 -
System Red Green Blue C M Y K H S L
Decimal 218 200 158 0 0.08 0.28 0.15 42 0.45 0.74
Hex DA C8 9E 0 8 1C F 2A 2D 4A
Octal 332 310 236 0 10 34 17 52 55 112
Binary 11011010 11001000 10011110 0 1000 11100 1111 101010 101101 1001010

Color Harmonies of #DAC89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC89E

Black with #DAC89E

Text Example


Text Example

White with #DAC89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC89E; }

 p { color: rgb(218,200,158); }

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

background-color css

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

 a { background-color: rgb(218,200,158); }

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

border-color css

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

 span { border-color: rgb(218,200,158); }

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