Html Css Color HEX #DFCDA6 Raffia

📋 copy color: '#DFCDA6'

red 223 ◦ green 205 ◦ blue 166

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

Shades of Raffia #DFCDA6

Tints of Raffia #DFCDA6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.51%

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

R = 37.54%
G = 34.51%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DFCDA6 (or 0xDFCDA6) is known color: Raffia. HEX triplet: DF, CD and A6. RGB value is (223,205,166). Sum of RGB (Red+Green+Blue) = 223+205+166=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCDA6 is #203259. Grayscale: #CECECE. Windows color (decimal): -2110042 or 10931679. OLE color: 10931679.

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

Color convert

RGB 223 205 166 -
CMYK 0 0.08 0.26 0.13
HSL 41.05º 0.47% 0.76% -
HSV(B) 41.05º 0.26% 0.87% -
XYZ 59.15 62.1 44.95 -
YUV 205.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 223 205 166 0 0.08 0.26 0.13 41.05 0.47 0.76
Hex DF CD A6 0 8 1A D 29 2F 4C
Octal 337 315 246 0 10 32 15 51 57 114
Binary 11011111 11001101 10100110 0 1000 11010 1101 101001 101111 1001100

Color Harmonies of #DFCDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCDA6

Black with #DFCDA6

Text Example


Text Example

White with #DFCDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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