Html Css Color HEX #DFCCA1 Raffia

📋 copy color: '#DFCCA1'

red 223 ◦ green 204 ◦ blue 161

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

Shades of Raffia #DFCCA1

Tints of Raffia #DFCCA1

RGB

 RED value IS 223 (87.5% from 255) = 37.93%

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

 BLUE value IS 161 (63.28% from 255) = 27.38%

R = 37.93%
G = 34.69%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DFCCA1 (or 0xDFCCA1) is known color: Raffia. HEX triplet: DF, CC and A1. RGB value is (223,204,161). Sum of RGB (Red+Green+Blue) = 223+204+161=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCCA1 is #20335E. Grayscale: #CCCCCC. Windows color (decimal): -2110303 or 10603743. OLE color: 10603743.

HSL color Cylindrical-coordinate representation of color #DFCCA1: hue angle of 41.61º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFCCA1 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 204 161 -
CMYK 0 0.09 0.28 0.13
HSL 41.61º 0.49% 0.75% -
HSV(B) 41.61º 0.28% 0.87% -
XYZ 58.46 61.45 42.5 -
YUV 204.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 223 204 161 0 0.09 0.28 0.13 41.61 0.49 0.75
Hex DF CC A1 0 9 1C D 2A 31 4B
Octal 337 314 241 0 11 34 15 52 61 113
Binary 11011111 11001100 10100001 0 1001 11100 1101 101010 110001 1001011

Color Harmonies of #DFCCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCCA1

Black with #DFCCA1

Text Example


Text Example

White with #DFCCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCCA1; }

 p { color: rgb(223,204,161); }

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

background-color css

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

 a { background-color: rgb(223,204,161); }

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

border-color css

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

 span { border-color: rgb(223,204,161); }

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