Html Css Color HEX #DAC59B Raffia

📋 copy color: '#DAC59B'

red 218 ◦ green 197 ◦ blue 155

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

Shades of Raffia #DAC59B

Tints of Raffia #DAC59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.19%

R = 38.25%
G = 34.56%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAC59B (or 0xDAC59B) is known color: Raffia. HEX triplet: DA, C5 and 9B. RGB value is (218,197,155). Sum of RGB (Red+Green+Blue) = 218+197+155=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC59B is #253A64. Grayscale: #C6C6C6. Windows color (decimal): -2439781 or 10208730. OLE color: 10208730.

HSL color Cylindrical-coordinate representation of color #DAC59B: hue angle of 40º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAC59B is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 197 155 -
CMYK 0 0.10 0.29 0.15
HSL 40º 0.46% 0.73% -
HSV(B) 40º 0.29% 0.85% -
XYZ 54.8 57.2 39.16 -
YUV 198.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 218 197 155 0 0.10 0.29 0.15 40 0.46 0.73
Hex DA C5 9B 0 A 1D F 28 2E 49
Octal 332 305 233 0 12 35 17 50 56 111
Binary 11011010 11000101 10011011 0 1010 11101 1111 101000 101110 1001001

Color Harmonies of #DAC59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC59B

Black with #DAC59B

Text Example


Text Example

White with #DAC59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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