Html Css Color HEX #DFC8A5 Raffia

📋 copy color: '#DFC8A5'

red 223 ◦ green 200 ◦ blue 165

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

Shades of Raffia #DFC8A5

Tints of Raffia #DFC8A5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.01%

 BLUE value IS 165 (64.84% from 255) = 28.06%

R = 37.93%
G = 34.01%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DFC8A5 (or 0xDFC8A5) is known color: Raffia. HEX triplet: DF, C8 and A5. RGB value is (223,200,165). Sum of RGB (Red+Green+Blue) = 223+200+165=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 165 (64.84% from 255 or 28.06% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC8A5 is #20375A. Grayscale: #CBCBCB. Windows color (decimal): -2111323 or 10864863. OLE color: 10864863.

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

Color convert

RGB 223 200 165 -
CMYK 0 0.10 0.26 0.13
HSL 36.21º 0.48% 0.76% -
HSV(B) 36.21º 0.26% 0.87% -
XYZ 57.88 59.71 44.07 -
YUV 202.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 223 200 165 0 0.10 0.26 0.13 36.21 0.48 0.76
Hex DF C8 A5 0 A 1A D 24 30 4C
Octal 337 310 245 0 12 32 15 44 60 114
Binary 11011111 11001000 10100101 0 1010 11010 1101 100100 110000 1001100

Color Harmonies of #DFC8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC8A5

Black with #DFC8A5

Text Example


Text Example

White with #DFC8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC8A5; }

 p { color: rgb(223,200,165); }

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

background-color css

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

 a { background-color: rgb(223,200,165); }

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

border-color css

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

 span { border-color: rgb(223,200,165); }

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