Html Css Color HEX #DCC9A5 Raffia

📋 copy color: '#DCC9A5'

red 220 ◦ green 201 ◦ blue 165

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

Shades of Raffia #DCC9A5

Tints of Raffia #DCC9A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.16%

R = 37.54%
G = 34.3%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCC9A5 (or 0xDCC9A5) is known color: Raffia. HEX triplet: DC, C9 and A5. RGB value is (220,201,165). Sum of RGB (Red+Green+Blue) = 220+201+165=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC9A5 is #23365A. Grayscale: #CACACA. Windows color (decimal): -2307675 or 10865116. OLE color: 10865116.

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

Color convert

RGB 220 201 165 -
CMYK 0 0.09 0.25 0.14
HSL 39.27º 0.44% 0.75% -
HSV(B) 39.27º 0.25% 0.86% -
XYZ 57.19 59.71 44.11 -
YUV 202.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 220 201 165 0 0.09 0.25 0.14 39.27 0.44 0.75
Hex DC C9 A5 0 9 19 E 27 2C 4B
Octal 334 311 245 0 11 31 16 47 54 113
Binary 11011100 11001001 10100101 0 1001 11001 1110 100111 101100 1001011

Color Harmonies of #DCC9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC9A5

Black with #DCC9A5

Text Example


Text Example

White with #DCC9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC9A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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