Html Css Color HEX #DFC9A8 Raffia

📋 copy color: '#DFC9A8'

red 223 ◦ green 201 ◦ blue 168

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

Shades of Raffia #DFC9A8

Tints of Raffia #DFC9A8

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.95%

 BLUE value IS 168 (66.02% from 255) = 28.38%

R = 37.67%
G = 33.95%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DFC9A8 (or 0xDFC9A8) is known color: Raffia. HEX triplet: DF, C9 and A8. RGB value is (223,201,168). Sum of RGB (Red+Green+Blue) = 223+201+168=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC9A8 is #203657. Grayscale: #CBCBCB. Windows color (decimal): -2111064 or 11061727. OLE color: 11061727.

HSL color Cylindrical-coordinate representation of color #DFC9A8: hue angle of 36º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFC9A8 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 201 168 -
CMYK 0 0.10 0.25 0.13
HSL 36º 0.46% 0.77% -
HSV(B) 36º 0.25% 0.87% -
XYZ 58.39 60.29 45.61 -
YUV 203.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 223 201 168 0 0.10 0.25 0.13 36 0.46 0.77
Hex DF C9 A8 0 A 19 D 24 2E 4D
Octal 337 311 250 0 12 31 15 44 56 115
Binary 11011111 11001001 10101000 0 1010 11001 1101 100100 101110 1001101

Color Harmonies of #DFC9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC9A8

Black with #DFC9A8

Text Example


Text Example

White with #DFC9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC9A8; }

 p { color: rgb(223,201,168); }

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

background-color css

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

 a { background-color: rgb(223,201,168); }

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

border-color css

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

 span { border-color: rgb(223,201,168); }

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