Html Css Color HEX #DCCAA6 Raffia

📋 copy color: '#DCCAA6'

red 220 ◦ green 202 ◦ blue 166

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

Shades of Raffia #DCCAA6

Tints of Raffia #DCCAA6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.35%

 BLUE value IS 166 (65.23% from 255) = 28.23%

R = 37.41%
G = 34.35%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCCAA6 (or 0xDCCAA6) is known color: Raffia. HEX triplet: DC, CA and A6. RGB value is (220,202,166). Sum of RGB (Red+Green+Blue) = 220+202+166=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAA6 is #233559. Grayscale: #CBCBCB. Windows color (decimal): -2307418 or 10930908. OLE color: 10930908.

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

Color convert

RGB 220 202 166 -
CMYK 0 0.08 0.25 0.14
HSL 40º 0.44% 0.76% -
HSV(B) 40º 0.25% 0.86% -
XYZ 57.52 60.21 44.67 -
YUV 203.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 220 202 166 0 0.08 0.25 0.14 40 0.44 0.76
Hex DC CA A6 0 8 19 E 28 2C 4C
Octal 334 312 246 0 10 31 16 50 54 114
Binary 11011100 11001010 10100110 0 1000 11001 1110 101000 101100 1001100

Color Harmonies of #DCCAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCAA6

Black with #DCCAA6

Text Example


Text Example

White with #DCCAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCAA6; }

 p { color: rgb(220,202,166); }

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

background-color css

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

 a { background-color: rgb(220,202,166); }

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

border-color css

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

 span { border-color: rgb(220,202,166); }

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