Html Css Color HEX #DCC194 Raffia

📋 copy color: '#DCC194'

red 220 ◦ green 193 ◦ blue 148

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

Shades of Raffia #DCC194

Tints of Raffia #DCC194

RGB

 RED value IS 220 (86.33% from 255) = 39.22%

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

 BLUE value IS 148 (58.2% from 255) = 26.38%

R = 39.22%
G = 34.4%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCC194 (or 0xDCC194) is known color: Raffia. HEX triplet: DC, C1 and 94. RGB value is (220,193,148). Sum of RGB (Red+Green+Blue) = 220+193+148=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC194 is #233E6B. Grayscale: #C4C4C4. Windows color (decimal): -2309740 or 9748956. OLE color: 9748956.

HSL color Cylindrical-coordinate representation of color #DCC194: hue angle of 37.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCC194 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 193 148 -
CMYK 0 0.12 0.33 0.14
HSL 37.5º 0.51% 0.72% -
HSV(B) 37.5º 0.33% 0.86% -
XYZ 53.93 55.49 35.89 -
YUV 195.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 220 193 148 0 0.12 0.33 0.14 37.5 0.51 0.72
Hex DC C1 94 0 C 21 E 26 33 48
Octal 334 301 224 0 14 41 16 46 63 110
Binary 11011100 11000001 10010100 0 1100 100001 1110 100110 110011 1001000

Color Harmonies of #DCC194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC194

Black with #DCC194

Text Example


Text Example

White with #DCC194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC194; }

 p { color: rgb(220,193,148); }

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

background-color css

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

 a { background-color: rgb(220,193,148); }

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

border-color css

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

 span { border-color: rgb(220,193,148); }

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