Html Css Color HEX #DCC8A7 Raffia

📋 copy color: '#DCC8A7'

red 220 ◦ green 200 ◦ blue 167

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

Shades of Raffia #DCC8A7

Tints of Raffia #DCC8A7

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.07%

 BLUE value IS 167 (65.63% from 255) = 28.45%

R = 37.48%
G = 34.07%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DCC8A7 (or 0xDCC8A7) is known color: Raffia. HEX triplet: DC, C8 and A7. RGB value is (220,200,167). Sum of RGB (Red+Green+Blue) = 220+200+167=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 167 (65.62% from 255 or 28.45% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC8A7 is #233758. Grayscale: #CACACA. Windows color (decimal): -2307929 or 10995932. OLE color: 10995932.

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

Color convert

RGB 220 200 167 -
CMYK 0 0.09 0.24 0.14
HSL 37.36º 0.43% 0.76% -
HSV(B) 37.36º 0.24% 0.86% -
XYZ 57.14 59.31 45 -
YUV 202.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 220 200 167 0 0.09 0.24 0.14 37.36 0.43 0.76
Hex DC C8 A7 0 9 18 E 25 2B 4C
Octal 334 310 247 0 11 30 16 45 53 114
Binary 11011100 11001000 10100111 0 1001 11000 1110 100101 101011 1001100

Color Harmonies of #DCC8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC8A7

Black with #DCC8A7

Text Example


Text Example

White with #DCC8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC8A7; }

 p { color: rgb(220,200,167); }

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

background-color css

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

 a { background-color: rgb(220,200,167); }

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

border-color css

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

 span { border-color: rgb(220,200,167); }

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