Html Css Color HEX #DAC098 Raffia

📋 copy color: '#DAC098'

red 218 ◦ green 192 ◦ blue 152

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

Shades of Raffia #DAC098

Tints of Raffia #DAC098

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.16%

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

R = 38.79%
G = 34.16%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAC098 (or 0xDAC098) is known color: Raffia. HEX triplet: DA, C0 and 98. RGB value is (218,192,152). Sum of RGB (Red+Green+Blue) = 218+192+152=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 152 (59.77% from 255 or 27.05% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC098 is #253F67. Grayscale: #C3C3C3. Windows color (decimal): -2441064 or 10010842. OLE color: 10010842.

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

Color convert

RGB 218 192 152 -
CMYK 0 0.12 0.30 0.15
HSL 36.36º 0.47% 0.73% -
HSV(B) 36.36º 0.3% 0.85% -
XYZ 53.43 54.87 37.48 -
YUV 195.21 103.61 144.25 -
System Red Green Blue C M Y K H S L
Decimal 218 192 152 0 0.12 0.30 0.15 36.36 0.47 0.73
Hex DA C0 98 0 C 1E F 24 2F 49
Octal 332 300 230 0 14 36 17 44 57 111
Binary 11011010 11000000 10011000 0 1100 11110 1111 100100 101111 1001001

Color Harmonies of #DAC098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC098

Black with #DAC098

Text Example


Text Example

White with #DAC098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC098; }

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

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

background-color css

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

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

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

border-color css

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

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

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