Html Css Color HEX #DCCCA5 Raffia

📋 copy color: '#DCCCA5'

red 220 ◦ green 204 ◦ blue 165

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

Shades of Raffia #DCCCA5

Tints of Raffia #DCCCA5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.63%

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

R = 37.35%
G = 34.63%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCCCA5 (or 0xDCCCA5) is known color: Raffia. HEX triplet: DC, CC and A5. RGB value is (220,204,165). Sum of RGB (Red+Green+Blue) = 220+204+165=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCCA5 is #23335A. Grayscale: #CCCCCC. Windows color (decimal): -2306907 or 10865884. OLE color: 10865884.

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

Color convert

RGB 220 204 165 -
CMYK 0 0.07 0.25 0.14
HSL 42.55º 0.44% 0.75% -
HSV(B) 42.55º 0.25% 0.86% -
XYZ 57.9 61.12 44.34 -
YUV 204.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 220 204 165 0 0.07 0.25 0.14 42.55 0.44 0.75
Hex DC CC A5 0 7 19 E 2B 2C 4B
Octal 334 314 245 0 7 31 16 53 54 113
Binary 11011100 11001100 10100101 0 111 11001 1110 101011 101100 1001011

Color Harmonies of #DCCCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCCA5

Black with #DCCCA5

Text Example


Text Example

White with #DCCCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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