Html Css Color HEX #DAC392 Raffia

📋 copy color: '#DAC392'

red 218 ◦ green 195 ◦ blue 146

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

Shades of Raffia #DAC392

Tints of Raffia #DAC392

RGB

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

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

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

R = 39%
G = 34.88%
B = 26.12%

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

#DAC392 (or 0xDAC392) is known color: Raffia. HEX triplet: DA, C3 and 92. RGB value is (218,195,146). Sum of RGB (Red+Green+Blue) = 218+195+146=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC392 is #253C6D. Grayscale: #C4C4C4. Windows color (decimal): -2440302 or 9618394. OLE color: 9618394.

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

Color convert

RGB 218 195 146 -
CMYK 0 0.11 0.33 0.15
HSL 40.83º 0.49% 0.71% -
HSV(B) 40.83º 0.33% 0.85% -
XYZ 53.62 56.01 35.18 -
YUV 196.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 218 195 146 0 0.11 0.33 0.15 40.83 0.49 0.71
Hex DA C3 92 0 B 21 F 29 31 47
Octal 332 303 222 0 13 41 17 51 61 107
Binary 11011010 11000011 10010010 0 1011 100001 1111 101001 110001 1000111

Color Harmonies of #DAC392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC392

Black with #DAC392

Text Example


Text Example

White with #DAC392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC392; }

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

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

background-color css

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

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

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

border-color css

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

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

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