Html Css Color HEX #DFCDA8 Raffia

📋 copy color: '#DFCDA8'

red 223 ◦ green 205 ◦ blue 168

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

Shades of Raffia #DFCDA8

Tints of Raffia #DFCDA8

RGB

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

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

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

R = 37.42%
G = 34.4%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DFCDA8 (or 0xDFCDA8) is known color: Raffia. HEX triplet: DF, CD and A8. RGB value is (223,205,168). Sum of RGB (Red+Green+Blue) = 223+205+168=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCDA8 is #203257. Grayscale: #CECECE. Windows color (decimal): -2110040 or 11062751. OLE color: 11062751.

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

Color convert

RGB 223 205 168 -
CMYK 0 0.08 0.25 0.13
HSL 40.36º 0.46% 0.77% -
HSV(B) 40.36º 0.25% 0.87% -
XYZ 59.33 62.18 45.92 -
YUV 206.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 223 205 168 0 0.08 0.25 0.13 40.36 0.46 0.77
Hex DF CD A8 0 8 19 D 28 2E 4D
Octal 337 315 250 0 10 31 15 50 56 115
Binary 11011111 11001101 10101000 0 1000 11001 1101 101000 101110 1001101

Color Harmonies of #DFCDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCDA8

Black with #DFCDA8

Text Example


Text Example

White with #DFCDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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