Html Css Color HEX #DAC09B Raffia

📋 copy color: '#DAC09B'

red 218 ◦ green 192 ◦ blue 155

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

Shades of Raffia #DAC09B

Tints of Raffia #DAC09B

RGB

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

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

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

R = 38.58%
G = 33.98%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAC09B (or 0xDAC09B) is known color: Raffia. HEX triplet: DA, C0 and 9B. RGB value is (218,192,155). Sum of RGB (Red+Green+Blue) = 218+192+155=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC09B is #253F64. Grayscale: #C3C3C3. Windows color (decimal): -2441061 or 10207450. OLE color: 10207450.

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

Color convert

RGB 218 192 155 -
CMYK 0 0.12 0.29 0.15
HSL 35.24º 0.46% 0.73% -
HSV(B) 35.24º 0.29% 0.85% -
XYZ 53.68 54.97 38.79 -
YUV 195.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 218 192 155 0 0.12 0.29 0.15 35.24 0.46 0.73
Hex DA C0 9B 0 C 1D F 23 2E 49
Octal 332 300 233 0 14 35 17 43 56 111
Binary 11011010 11000000 10011011 0 1100 11101 1111 100011 101110 1001001

Color Harmonies of #DAC09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC09B

Black with #DAC09B

Text Example


Text Example

White with #DAC09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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