Html Css Color HEX #DAC492 Raffia

📋 copy color: '#DAC492'

red 218 ◦ green 196 ◦ blue 146

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

Shades of Raffia #DAC492

Tints of Raffia #DAC492

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35%

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

R = 38.93%
G = 35%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAC492 (or 0xDAC492) is known color: Raffia. HEX triplet: DA, C4 and 92. RGB value is (218,196,146). Sum of RGB (Red+Green+Blue) = 218+196+146=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC492 is #253B6D. Grayscale: #C5C5C5. Windows color (decimal): -2440046 or 9618650. OLE color: 9618650.

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

Color convert

RGB 218 196 146 -
CMYK 0 0.10 0.33 0.15
HSL 41.67º 0.49% 0.71% -
HSV(B) 41.67º 0.33% 0.85% -
XYZ 53.84 56.46 35.25 -
YUV 196.88 99.29 143.07 -
System Red Green Blue C M Y K H S L
Decimal 218 196 146 0 0.10 0.33 0.15 41.67 0.49 0.71
Hex DA C4 92 0 A 21 F 2A 31 47
Octal 332 304 222 0 12 41 17 52 61 107
Binary 11011010 11000100 10010010 0 1010 100001 1111 101010 110001 1000111

Color Harmonies of #DAC492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC492

Black with #DAC492

Text Example


Text Example

White with #DAC492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC492; }

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

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

background-color css

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

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

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

border-color css

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

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

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