Html Css Color HEX #DCC3A2 Raffia

📋 copy color: '#DCC3A2'

red 220 ◦ green 195 ◦ blue 162

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

Shades of Raffia #DCC3A2

Tints of Raffia #DCC3A2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.8%

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

R = 38.13%
G = 33.8%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DCC3A2 (or 0xDCC3A2) is known color: Raffia. HEX triplet: DC, C3 and A2. RGB value is (220,195,162). Sum of RGB (Red+Green+Blue) = 220+195+162=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 162 (63.67% from 255 or 28.08% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC3A2 is #233C5D. Grayscale: #C6C6C6. Windows color (decimal): -2309214 or 10666972. OLE color: 10666972.

HSL color Cylindrical-coordinate representation of color #DCC3A2: hue angle of 34.14º 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 #DCC3A2 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 195 162 -
CMYK 0 0.11 0.26 0.14
HSL 34.14º 0.45% 0.75% -
HSV(B) 34.14º 0.26% 0.86% -
XYZ 55.55 56.85 42.23 -
YUV 198.71 107.28 143.18 -
System Red Green Blue C M Y K H S L
Decimal 220 195 162 0 0.11 0.26 0.14 34.14 0.45 0.75
Hex DC C3 A2 0 B 1A E 22 2D 4B
Octal 334 303 242 0 13 32 16 42 55 113
Binary 11011100 11000011 10100010 0 1011 11010 1110 100010 101101 1001011

Color Harmonies of #DCC3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC3A2

Black with #DCC3A2

Text Example


Text Example

White with #DCC3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC3A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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