Html Css Color HEX #DCCAA2 Raffia

📋 copy color: '#DCCAA2'

red 220 ◦ green 202 ◦ blue 162

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

Shades of Raffia #DCCAA2

Tints of Raffia #DCCAA2

RGB

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

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

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

R = 37.67%
G = 34.59%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DCCAA2 (or 0xDCCAA2) is known color: Raffia. HEX triplet: DC, CA and A2. RGB value is (220,202,162). Sum of RGB (Red+Green+Blue) = 220+202+162=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAA2 is #23355D. Grayscale: #CBCBCB. Windows color (decimal): -2307422 or 10668764. OLE color: 10668764.

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

Color convert

RGB 220 202 162 -
CMYK 0 0.08 0.26 0.14
HSL 41.38º 0.45% 0.75% -
HSV(B) 41.38º 0.26% 0.86% -
XYZ 57.16 60.07 42.76 -
YUV 202.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 220 202 162 0 0.08 0.26 0.14 41.38 0.45 0.75
Hex DC CA A2 0 8 1A E 29 2D 4B
Octal 334 312 242 0 10 32 16 51 55 113
Binary 11011100 11001010 10100010 0 1000 11010 1110 101001 101101 1001011

Color Harmonies of #DCCAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCAA2

Black with #DCCAA2

Text Example


Text Example

White with #DCCAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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