Html Css Color HEX #DCC9A0 Raffia

📋 copy color: '#DCC9A0'

red 220 ◦ green 201 ◦ blue 160

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

Shades of Raffia #DCC9A0

Tints of Raffia #DCC9A0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.6%

 BLUE value IS 160 (62.89% from 255) = 27.54%

R = 37.87%
G = 34.6%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DCC9A0 (or 0xDCC9A0) is known color: Raffia. HEX triplet: DC, C9 and A0. RGB value is (220,201,160). Sum of RGB (Red+Green+Blue) = 220+201+160=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC9A0 is #23365F. Grayscale: #CACACA. Windows color (decimal): -2307680 or 10537436. OLE color: 10537436.

HSL color Cylindrical-coordinate representation of color #DCC9A0: hue angle of 41º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCC9A0 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 160 -
CMYK 0 0.09 0.27 0.14
HSL 41º 0.46% 0.75% -
HSV(B) 41º 0.27% 0.86% -
XYZ 56.75 59.53 41.76 -
YUV 202.01 104.29 140.83 -
System Red Green Blue C M Y K H S L
Decimal 220 201 160 0 0.09 0.27 0.14 41 0.46 0.75
Hex DC C9 A0 0 9 1B E 29 2E 4B
Octal 334 311 240 0 11 33 16 51 56 113
Binary 11011100 11001001 10100000 0 1001 11011 1110 101001 101110 1001011

Color Harmonies of #DCC9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC9A0

Black with #DCC9A0

Text Example


Text Example

White with #DCC9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC9A0; }

 p { color: rgb(220,201,160); }

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

background-color css

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

 a { background-color: rgb(220,201,160); }

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

border-color css

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

 span { border-color: rgb(220,201,160); }

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