Html Css Color HEX #DAC398 Raffia

📋 copy color: '#DAC398'

red 218 ◦ green 195 ◦ blue 152

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

Shades of Raffia #DAC398

Tints of Raffia #DAC398

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.51%

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

R = 38.58%
G = 34.51%
B = 26.9%

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

#DAC398 (or 0xDAC398) is known color: Raffia. HEX triplet: DA, C3 and 98. RGB value is (218,195,152). Sum of RGB (Red+Green+Blue) = 218+195+152=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC398 is #253C67. Grayscale: #C5C5C5. Windows color (decimal): -2440296 or 10011610. OLE color: 10011610.

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

Color convert

RGB 218 195 152 -
CMYK 0 0.11 0.30 0.15
HSL 39.09º 0.47% 0.73% -
HSV(B) 39.09º 0.3% 0.85% -
XYZ 54.1 56.2 37.7 -
YUV 196.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 218 195 152 0 0.11 0.30 0.15 39.09 0.47 0.73
Hex DA C3 98 0 B 1E F 27 2F 49
Octal 332 303 230 0 13 36 17 47 57 111
Binary 11011010 11000011 10011000 0 1011 11110 1111 100111 101111 1001001

Color Harmonies of #DAC398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC398

Black with #DAC398

Text Example


Text Example

White with #DAC398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC398; }

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

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

background-color css

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

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

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

border-color css

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

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

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