Html Css Color HEX #DAC69A Raffia

📋 copy color: '#DAC69A'

red 218 ◦ green 198 ◦ blue 154

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

Shades of Raffia #DAC69A

Tints of Raffia #DAC69A

RGB

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

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

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

R = 38.25%
G = 34.74%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAC69A (or 0xDAC69A) is known color: Raffia. HEX triplet: DA, C6 and 9A. RGB value is (218,198,154). Sum of RGB (Red+Green+Blue) = 218+198+154=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC69A is #253965. Grayscale: #C7C7C7. Windows color (decimal): -2439526 or 10143450. OLE color: 10143450.

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

Color convert

RGB 218 198 154 -
CMYK 0 0.09 0.29 0.15
HSL 41.25º 0.46% 0.73% -
HSV(B) 41.25º 0.29% 0.85% -
XYZ 54.94 57.63 38.8 -
YUV 198.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 218 198 154 0 0.09 0.29 0.15 41.25 0.46 0.73
Hex DA C6 9A 0 9 1D F 29 2E 49
Octal 332 306 232 0 11 35 17 51 56 111
Binary 11011010 11000110 10011010 0 1001 11101 1111 101001 101110 1001001

Color Harmonies of #DAC69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC69A

Black with #DAC69A

Text Example


Text Example

White with #DAC69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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