Html Css Color HEX #DCC097 Raffia

📋 copy color: '#DCC097'

red 220 ◦ green 192 ◦ blue 151

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

Shades of Raffia #DCC097

Tints of Raffia #DCC097

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.1%

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

R = 39.08%
G = 34.1%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCC097 (or 0xDCC097) is known color: Raffia. HEX triplet: DC, C0 and 97. RGB value is (220,192,151). Sum of RGB (Red+Green+Blue) = 220+192+151=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC097 is #233F68. Grayscale: #C3C3C3. Windows color (decimal): -2309993 or 9945308. OLE color: 9945308.

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

Color convert

RGB 220 192 151 -
CMYK 0 0.13 0.31 0.14
HSL 35.65º 0.5% 0.73% -
HSV(B) 35.65º 0.31% 0.86% -
XYZ 53.95 55.15 37.08 -
YUV 195.7 102.78 145.33 -
System Red Green Blue C M Y K H S L
Decimal 220 192 151 0 0.13 0.31 0.14 35.65 0.5 0.73
Hex DC C0 97 0 D 1F E 24 32 49
Octal 334 300 227 0 15 37 16 44 62 111
Binary 11011100 11000000 10010111 0 1101 11111 1110 100100 110010 1001001

Color Harmonies of #DCC097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC097

Black with #DCC097

Text Example


Text Example

White with #DCC097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC097; }

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

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

background-color css

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

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

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

border-color css

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

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

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