Html Css Color HEX #DCC196 Raffia

📋 copy color: '#DCC196'

red 220 ◦ green 193 ◦ blue 150

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

Shades of Raffia #DCC196

Tints of Raffia #DCC196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.64%

R = 39.08%
G = 34.28%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCC196 (or 0xDCC196) is known color: Raffia. HEX triplet: DC, C1 and 96. RGB value is (220,193,150). Sum of RGB (Red+Green+Blue) = 220+193+150=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC196 is #233E69. Grayscale: #C4C4C4. Windows color (decimal): -2309738 or 9880028. OLE color: 9880028.

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

Color convert

RGB 220 193 150 -
CMYK 0 0.12 0.32 0.14
HSL 36.86º 0.5% 0.73% -
HSV(B) 36.86º 0.32% 0.86% -
XYZ 54.09 55.56 36.73 -
YUV 196.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 220 193 150 0 0.12 0.32 0.14 36.86 0.5 0.73
Hex DC C1 96 0 C 20 E 25 32 49
Octal 334 301 226 0 14 40 16 45 62 111
Binary 11011100 11000001 10010110 0 1100 100000 1110 100101 110010 1001001

Color Harmonies of #DCC196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC196

Black with #DCC196

Text Example


Text Example

White with #DCC196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC196; }

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

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

background-color css

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

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

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

border-color css

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

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

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