Html Css Color HEX #DCC494 Raffia

📋 copy color: '#DCC494'

red 220 ◦ green 196 ◦ blue 148

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

Shades of Raffia #DCC494

Tints of Raffia #DCC494

RGB

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

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

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

R = 39.01%
G = 34.75%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCC494 (or 0xDCC494) is known color: Raffia. HEX triplet: DC, C4 and 94. RGB value is (220,196,148). Sum of RGB (Red+Green+Blue) = 220+196+148=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC494 is #233B6B. Grayscale: #C5C5C5. Windows color (decimal): -2308972 or 9749724. OLE color: 9749724.

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

Color convert

RGB 220 196 148 -
CMYK 0 0.11 0.33 0.14
HSL 40º 0.51% 0.72% -
HSV(B) 40º 0.33% 0.86% -
XYZ 54.6 56.83 36.11 -
YUV 197.7 99.95 143.9 -
System Red Green Blue C M Y K H S L
Decimal 220 196 148 0 0.11 0.33 0.14 40 0.51 0.72
Hex DC C4 94 0 B 21 E 28 33 48
Octal 334 304 224 0 13 41 16 50 63 110
Binary 11011100 11000100 10010100 0 1011 100001 1110 101000 110011 1001000

Color Harmonies of #DCC494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC494

Black with #DCC494

Text Example


Text Example

White with #DCC494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC494; }

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

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

background-color css

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

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

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

border-color css

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

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

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