Html Css Color HEX #DCCAA5 Raffia

📋 copy color: '#DCCAA5'

red 220 ◦ green 202 ◦ blue 165

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

Shades of Raffia #DCCAA5

Tints of Raffia #DCCAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.11%

R = 37.48%
G = 34.41%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCCAA5 (or 0xDCCAA5) is known color: Raffia. HEX triplet: DC, CA and A5. RGB value is (220,202,165). Sum of RGB (Red+Green+Blue) = 220+202+165=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 165 (64.84% from 255 or 28.11% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAA5 is #23355A. Grayscale: #CBCBCB. Windows color (decimal): -2307419 or 10865372. OLE color: 10865372.

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

Color convert

RGB 220 202 165 -
CMYK 0 0.08 0.25 0.14
HSL 40.36º 0.44% 0.75% -
HSV(B) 40.36º 0.25% 0.86% -
XYZ 57.43 60.17 44.19 -
YUV 203.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 220 202 165 0 0.08 0.25 0.14 40.36 0.44 0.75
Hex DC CA A5 0 8 19 E 28 2C 4B
Octal 334 312 245 0 10 31 16 50 54 113
Binary 11011100 11001010 10100101 0 1000 11001 1110 101000 101100 1001011

Color Harmonies of #DCCAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCAA5

Black with #DCCAA5

Text Example


Text Example

White with #DCCAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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