Html Css Color HEX #DCCAA0 Raffia

📋 copy color: '#DCCAA0'

red 220 ◦ green 202 ◦ blue 160

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

Shades of Raffia #DCCAA0

Tints of Raffia #DCCAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.49%

R = 37.8%
G = 34.71%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DCCAA0 (or 0xDCCAA0) is known color: Raffia. HEX triplet: DC, CA and A0. RGB value is (220,202,160). Sum of RGB (Red+Green+Blue) = 220+202+160=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAA0 is #23355F. Grayscale: #CACACA. Windows color (decimal): -2307424 or 10537692. OLE color: 10537692.

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

Color convert

RGB 220 202 160 -
CMYK 0 0.08 0.27 0.14
HSL 42º 0.46% 0.75% -
HSV(B) 42º 0.27% 0.86% -
XYZ 56.98 59.99 41.83 -
YUV 202.59 103.96 140.42 -
System Red Green Blue C M Y K H S L
Decimal 220 202 160 0 0.08 0.27 0.14 42 0.46 0.75
Hex DC CA A0 0 8 1B E 2A 2E 4B
Octal 334 312 240 0 10 33 16 52 56 113
Binary 11011100 11001010 10100000 0 1000 11011 1110 101010 101110 1001011

Color Harmonies of #DCCAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCAA0

Black with #DCCAA0

Text Example


Text Example

White with #DCCAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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