Html Css Color HEX #DAC698 Raffia

📋 copy color: '#DAC698'

red 218 ◦ green 198 ◦ blue 152

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

Shades of Raffia #DAC698

Tints of Raffia #DAC698

RGB

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

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

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

R = 38.38%
G = 34.86%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAC698 (or 0xDAC698) is known color: Raffia. HEX triplet: DA, C6 and 98. RGB value is (218,198,152). Sum of RGB (Red+Green+Blue) = 218+198+152=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC698 is #253967. Grayscale: #C6C6C6. Windows color (decimal): -2439528 or 10012378. OLE color: 10012378.

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

Color convert

RGB 218 198 152 -
CMYK 0 0.09 0.30 0.15
HSL 41.82º 0.47% 0.73% -
HSV(B) 41.82º 0.3% 0.85% -
XYZ 54.78 57.56 37.93 -
YUV 198.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 218 198 152 0 0.09 0.30 0.15 41.82 0.47 0.73
Hex DA C6 98 0 9 1E F 2A 2F 49
Octal 332 306 230 0 11 36 17 52 57 111
Binary 11011010 11000110 10011000 0 1001 11110 1111 101010 101111 1001001

Color Harmonies of #DAC698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC698

Black with #DAC698

Text Example


Text Example

White with #DAC698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC698; }

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

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

background-color css

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

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

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

border-color css

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

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

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