Html Css Color HEX #DAC192 Raffia

📋 copy color: '#DAC192'

red 218 ◦ green 193 ◦ blue 146

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

Shades of Raffia #DAC192

Tints of Raffia #DAC192

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.65%

 BLUE value IS 146 (57.42% from 255) = 26.21%

R = 39.14%
G = 34.65%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAC192 (or 0xDAC192) is known color: Raffia. HEX triplet: DA, C1 and 92. RGB value is (218,193,146). Sum of RGB (Red+Green+Blue) = 218+193+146=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC192 is #253E6D. Grayscale: #C3C3C3. Windows color (decimal): -2440814 or 9617882. OLE color: 9617882.

HSL color Cylindrical-coordinate representation of color #DAC192: hue angle of 39.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAC192 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 193 146 -
CMYK 0 0.11 0.33 0.15
HSL 39.17º 0.49% 0.71% -
HSV(B) 39.17º 0.33% 0.85% -
XYZ 53.17 55.12 35.03 -
YUV 195.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 218 193 146 0 0.11 0.33 0.15 39.17 0.49 0.71
Hex DA C1 92 0 B 21 F 27 31 47
Octal 332 301 222 0 13 41 17 47 61 107
Binary 11011010 11000001 10010010 0 1011 100001 1111 100111 110001 1000111

Color Harmonies of #DAC192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC192

Black with #DAC192

Text Example


Text Example

White with #DAC192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC192; }

 p { color: rgb(218,193,146); }

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

background-color css

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

 a { background-color: rgb(218,193,146); }

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

border-color css

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

 span { border-color: rgb(218,193,146); }

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