Html Css Color HEX #DAC498 Raffia

📋 copy color: '#DAC498'

red 218 ◦ green 196 ◦ blue 152

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

Shades of Raffia #DAC498

Tints of Raffia #DAC498

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.63%

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

R = 38.52%
G = 34.63%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAC498 (or 0xDAC498) is known color: Raffia. HEX triplet: DA, C4 and 98. RGB value is (218,196,152). Sum of RGB (Red+Green+Blue) = 218+196+152=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC498 is #253B67. Grayscale: #C5C5C5. Windows color (decimal): -2440040 or 10011866. OLE color: 10011866.

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

Color convert

RGB 218 196 152 -
CMYK 0 0.10 0.30 0.15
HSL 40º 0.47% 0.73% -
HSV(B) 40º 0.3% 0.85% -
XYZ 54.32 56.65 37.78 -
YUV 197.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 218 196 152 0 0.10 0.30 0.15 40 0.47 0.73
Hex DA C4 98 0 A 1E F 28 2F 49
Octal 332 304 230 0 12 36 17 50 57 111
Binary 11011010 11000100 10011000 0 1010 11110 1111 101000 101111 1001001

Color Harmonies of #DAC498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC498

Black with #DAC498

Text Example


Text Example

White with #DAC498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC498; }

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

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

background-color css

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

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

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

border-color css

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

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

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