Html Css Color HEX #DFCAA3 Raffia

📋 copy color: '#DFCAA3'

red 223 ◦ green 202 ◦ blue 163

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

Shades of Raffia #DFCAA3

Tints of Raffia #DFCAA3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.35%

 BLUE value IS 163 (64.06% from 255) = 27.72%

R = 37.93%
G = 34.35%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DFCAA3 (or 0xDFCAA3) is known color: Raffia. HEX triplet: DF, CA and A3. RGB value is (223,202,163). Sum of RGB (Red+Green+Blue) = 223+202+163=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 163 (64.06% from 255 or 27.72% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCAA3 is #20355C. Grayscale: #CCCCCC. Windows color (decimal): -2110813 or 10734303. OLE color: 10734303.

HSL color Cylindrical-coordinate representation of color #DFCAA3: hue angle of 39º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFCAA3 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 202 163 -
CMYK 0 0.09 0.27 0.13
HSL 39º 0.48% 0.76% -
HSV(B) 39º 0.27% 0.87% -
XYZ 58.16 60.57 43.28 -
YUV 203.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 223 202 163 0 0.09 0.27 0.13 39 0.48 0.76
Hex DF CA A3 0 9 1B D 27 30 4C
Octal 337 312 243 0 11 33 15 47 60 114
Binary 11011111 11001010 10100011 0 1001 11011 1101 100111 110000 1001100

Color Harmonies of #DFCAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCAA3

Black with #DFCAA3

Text Example


Text Example

White with #DFCAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCAA3; }

 p { color: rgb(223,202,163); }

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

background-color css

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

 a { background-color: rgb(223,202,163); }

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

border-color css

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

 span { border-color: rgb(223,202,163); }

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