Html Css Color HEX #DCC197 Raffia

📋 copy color: '#DCC197'

red 220 ◦ green 193 ◦ blue 151

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

Shades of Raffia #DCC197

Tints of Raffia #DCC197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.77%

R = 39.01%
G = 34.22%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCC197 (or 0xDCC197) is known color: Raffia. HEX triplet: DC, C1 and 97. RGB value is (220,193,151). Sum of RGB (Red+Green+Blue) = 220+193+151=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC197 is #233E68. Grayscale: #C4C4C4. Windows color (decimal): -2309737 or 9945564. OLE color: 9945564.

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

Color convert

RGB 220 193 151 -
CMYK 0 0.12 0.31 0.14
HSL 36.52º 0.5% 0.73% -
HSV(B) 36.52º 0.31% 0.86% -
XYZ 54.17 55.59 37.15 -
YUV 196.29 102.45 144.92 -
System Red Green Blue C M Y K H S L
Decimal 220 193 151 0 0.12 0.31 0.14 36.52 0.5 0.73
Hex DC C1 97 0 C 1F E 25 32 49
Octal 334 301 227 0 14 37 16 45 62 111
Binary 11011100 11000001 10010111 0 1100 11111 1110 100101 110010 1001001

Color Harmonies of #DCC197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC197

Black with #DCC197

Text Example


Text Example

White with #DCC197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC197; }

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

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

background-color css

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

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

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

border-color css

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

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

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