Html Css Color HEX #DFCCA6 Raffia

📋 copy color: '#DFCCA6'

red 223 ◦ green 204 ◦ blue 166

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

Shades of Raffia #DFCCA6

Tints of Raffia #DFCCA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.99%

R = 37.61%
G = 34.4%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DFCCA6 (or 0xDFCCA6) is known color: Raffia. HEX triplet: DF, CC and A6. RGB value is (223,204,166). Sum of RGB (Red+Green+Blue) = 223+204+166=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCCA6 is #203359. Grayscale: #CDCDCD. Windows color (decimal): -2110298 or 10931423. OLE color: 10931423.

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

Color convert

RGB 223 204 166 -
CMYK 0 0.09 0.26 0.13
HSL 40º 0.47% 0.76% -
HSV(B) 40º 0.26% 0.87% -
XYZ 58.91 61.63 44.87 -
YUV 205.35 105.79 140.59 -
System Red Green Blue C M Y K H S L
Decimal 223 204 166 0 0.09 0.26 0.13 40 0.47 0.76
Hex DF CC A6 0 9 1A D 28 2F 4C
Octal 337 314 246 0 11 32 15 50 57 114
Binary 11011111 11001100 10100110 0 1001 11010 1101 101000 101111 1001100

Color Harmonies of #DFCCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCCA6

Black with #DFCCA6

Text Example


Text Example

White with #DFCCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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