Html Css Color HEX #DCCAA4 Raffia

📋 copy color: '#DCCAA4'

red 220 ◦ green 202 ◦ blue 164

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

Shades of Raffia #DCCAA4

Tints of Raffia #DCCAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.99%

R = 37.54%
G = 34.47%
B = 27.99%

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

#DCCAA4 (or 0xDCCAA4) is known color: Raffia. HEX triplet: DC, CA and A4. RGB value is (220,202,164). Sum of RGB (Red+Green+Blue) = 220+202+164=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAA4 is #23355B. Grayscale: #CBCBCB. Windows color (decimal): -2307420 or 10799836. OLE color: 10799836.

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

Color convert

RGB 220 202 164 -
CMYK 0 0.08 0.25 0.14
HSL 40.71º 0.44% 0.75% -
HSV(B) 40.71º 0.25% 0.86% -
XYZ 57.34 60.14 43.71 -
YUV 203.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 220 202 164 0 0.08 0.25 0.14 40.71 0.44 0.75
Hex DC CA A4 0 8 19 E 29 2C 4B
Octal 334 312 244 0 10 31 16 51 54 113
Binary 11011100 11001010 10100100 0 1000 11001 1110 101001 101100 1001011

Color Harmonies of #DCCAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCAA4

Black with #DCCAA4

Text Example


Text Example

White with #DCCAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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