Html Css Color HEX #DAC198 Raffia

📋 copy color: '#DAC198'

red 218 ◦ green 193 ◦ blue 152

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

Shades of Raffia #DAC198

Tints of Raffia #DAC198

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.28%

 BLUE value IS 152 (59.77% from 255) = 27%

R = 38.72%
G = 34.28%
B = 27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAC198 (or 0xDAC198) is known color: Raffia. HEX triplet: DA, C1 and 98. RGB value is (218,193,152). Sum of RGB (Red+Green+Blue) = 218+193+152=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC198 is #253E67. Grayscale: #C3C3C3. Windows color (decimal): -2440808 or 10011098. OLE color: 10011098.

HSL color Cylindrical-coordinate representation of color #DAC198: hue angle of 37.27º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAC198 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 193 152 -
CMYK 0 0.11 0.30 0.15
HSL 37.27º 0.47% 0.73% -
HSV(B) 37.27º 0.3% 0.85% -
XYZ 53.65 55.31 37.55 -
YUV 195.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 218 193 152 0 0.11 0.30 0.15 37.27 0.47 0.73
Hex DA C1 98 0 B 1E F 25 2F 49
Octal 332 301 230 0 13 36 17 45 57 111
Binary 11011010 11000001 10011000 0 1011 11110 1111 100101 101111 1001001

Color Harmonies of #DAC198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC198

Black with #DAC198

Text Example


Text Example

White with #DAC198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC198; }

 p { color: rgb(218,193,152); }

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

background-color css

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

 a { background-color: rgb(218,193,152); }

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

border-color css

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

 span { border-color: rgb(218,193,152); }

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