Html Css Color HEX #DCC4A3 Raffia

📋 copy color: '#DCC4A3'

red 220 ◦ green 196 ◦ blue 163

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

Shades of Raffia #DCC4A3

Tints of Raffia #DCC4A3

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.85%

 BLUE value IS 163 (64.06% from 255) = 28.15%

R = 38%
G = 33.85%
B = 28.15%

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

#DCC4A3 (or 0xDCC4A3) is known color: Raffia. HEX triplet: DC, C4 and A3. RGB value is (220,196,163). Sum of RGB (Red+Green+Blue) = 220+196+163=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 163 (64.06% from 255 or 28.15% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC4A3 is #233B5C. Grayscale: #C7C7C7. Windows color (decimal): -2308957 or 10732764. OLE color: 10732764.

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

Color convert

RGB 220 196 163 -
CMYK 0 0.11 0.26 0.14
HSL 34.74º 0.45% 0.75% -
HSV(B) 34.74º 0.26% 0.86% -
XYZ 55.87 57.34 42.77 -
YUV 199.41 107.45 142.68 -
System Red Green Blue C M Y K H S L
Decimal 220 196 163 0 0.11 0.26 0.14 34.74 0.45 0.75
Hex DC C4 A3 0 B 1A E 23 2D 4B
Octal 334 304 243 0 13 32 16 43 55 113
Binary 11011100 11000100 10100011 0 1011 11010 1110 100011 101101 1001011

Color Harmonies of #DCC4A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC4A3

Black with #DCC4A3

Text Example


Text Example

White with #DCC4A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC4A3; }

 p { color: rgb(220,196,163); }

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

background-color css

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

 a { background-color: rgb(220,196,163); }

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

border-color css

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

 span { border-color: rgb(220,196,163); }

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