Html Css Color HEX #DCC8AA Raffia

📋 copy color: '#DCC8AA'

red 220 ◦ green 200 ◦ blue 170

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

Shades of Raffia #DCC8AA

Tints of Raffia #DCC8AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.81%

R = 37.29%
G = 33.9%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DCC8AA (or 0xDCC8AA) is known color: Raffia. HEX triplet: DC, C8 and AA. RGB value is (220,200,170). Sum of RGB (Red+Green+Blue) = 220+200+170=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC8AA is #233755. Grayscale: #CACACA. Windows color (decimal): -2307926 or 11192540. OLE color: 11192540.

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

Color convert

RGB 220 200 170 -
CMYK 0 0.09 0.23 0.14
HSL 36º 0.42% 0.76% -
HSV(B) 36º 0.23% 0.86% -
XYZ 57.43 59.43 46.47 -
YUV 202.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 220 200 170 0 0.09 0.23 0.14 36 0.42 0.76
Hex DC C8 AA 0 9 17 E 24 2A 4C
Octal 334 310 252 0 11 27 16 44 52 114
Binary 11011100 11001000 10101010 0 1001 10111 1110 100100 101010 1001100

Color Harmonies of #DCC8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC8AA

Black with #DCC8AA

Text Example


Text Example

White with #DCC8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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