Html Css Color HEX #DFCDAA Raffia

📋 copy color: '#DFCDAA'

red 223 ◦ green 205 ◦ blue 170

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

Shades of Raffia #DFCDAA

Tints of Raffia #DFCDAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.43%

R = 37.29%
G = 34.28%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DFCDAA (or 0xDFCDAA) is known color: Raffia. HEX triplet: DF, CD and AA. RGB value is (223,205,170). Sum of RGB (Red+Green+Blue) = 223+205+170=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCDAA is #203255. Grayscale: #CECECE. Windows color (decimal): -2110038 or 11193823. OLE color: 11193823.

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

Color convert

RGB 223 205 170 -
CMYK 0 0.08 0.24 0.13
HSL 39.62º 0.45% 0.77% -
HSV(B) 39.62º 0.24% 0.87% -
XYZ 59.52 62.25 46.91 -
YUV 206.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 223 205 170 0 0.08 0.24 0.13 39.62 0.45 0.77
Hex DF CD AA 0 8 18 D 28 2D 4D
Octal 337 315 252 0 10 30 15 50 55 115
Binary 11011111 11001101 10101010 0 1000 11000 1101 101000 101101 1001101

Color Harmonies of #DFCDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCDAA

Black with #DFCDAA

Text Example


Text Example

White with #DFCDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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