Html Css Color HEX #DAC598 Raffia

📋 copy color: '#DAC598'

red 218 ◦ green 197 ◦ blue 152

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

Shades of Raffia #DAC598

Tints of Raffia #DAC598

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.74%

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

R = 38.45%
G = 34.74%
B = 26.81%

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

#DAC598 (or 0xDAC598) is known color: Raffia. HEX triplet: DA, C5 and 98. RGB value is (218,197,152). Sum of RGB (Red+Green+Blue) = 218+197+152=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC598 is #253A67. Grayscale: #C6C6C6. Windows color (decimal): -2439784 or 10012122. OLE color: 10012122.

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

Color convert

RGB 218 197 152 -
CMYK 0 0.10 0.30 0.15
HSL 40.91º 0.47% 0.73% -
HSV(B) 40.91º 0.3% 0.85% -
XYZ 54.55 57.1 37.85 -
YUV 198.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 218 197 152 0 0.10 0.30 0.15 40.91 0.47 0.73
Hex DA C5 98 0 A 1E F 29 2F 49
Octal 332 305 230 0 12 36 17 51 57 111
Binary 11011010 11000101 10011000 0 1010 11110 1111 101001 101111 1001001

Color Harmonies of #DAC598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC598

Black with #DAC598

Text Example


Text Example

White with #DAC598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC598; }

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

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

background-color css

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

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

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

border-color css

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

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

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