Html Css Color HEX #DCC6A2 Raffia

📋 copy color: '#DCC6A2'

red 220 ◦ green 198 ◦ blue 162

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

Shades of Raffia #DCC6A2

Tints of Raffia #DCC6A2

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.14%

 BLUE value IS 162 (63.67% from 255) = 27.93%

R = 37.93%
G = 34.14%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DCC6A2 (or 0xDCC6A2) is known color: Raffia. HEX triplet: DC, C6 and A2. RGB value is (220,198,162). Sum of RGB (Red+Green+Blue) = 220+198+162=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 162 (63.67% from 255 or 27.93% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC6A2 is #23395D. Grayscale: #C8C8C8. Windows color (decimal): -2308446 or 10667740. OLE color: 10667740.

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

Color convert

RGB 220 198 162 -
CMYK 0 0.1 0.26 0.14
HSL 37.24º 0.45% 0.75% -
HSV(B) 37.24º 0.26% 0.86% -
XYZ 56.23 58.21 42.45 -
YUV 200.47 106.29 141.93 -
System Red Green Blue C M Y K H S L
Decimal 220 198 162 0 0.1 0.26 0.14 37.24 0.45 0.75
Hex DC C6 A2 0 A 1A E 25 2D 4B
Octal 334 306 242 0 12 32 16 45 55 113
Binary 11011100 11000110 10100010 0 1010 11010 1110 100101 101101 1001011

Color Harmonies of #DCC6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC6A2

Black with #DCC6A2

Text Example


Text Example

White with #DCC6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC6A2; }

 p { color: rgb(220,198,162); }

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

background-color css

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

 a { background-color: rgb(220,198,162); }

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

border-color css

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

 span { border-color: rgb(220,198,162); }

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