Html Css Color HEX #DFCAA5 Raffia

📋 copy color: '#DFCAA5'

red 223 ◦ green 202 ◦ blue 165

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

Shades of Raffia #DFCAA5

Tints of Raffia #DFCAA5

RGB

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

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

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

R = 37.8%
G = 34.24%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DFCAA5 (or 0xDFCAA5) is known color: Raffia. HEX triplet: DF, CA and A5. RGB value is (223,202,165). Sum of RGB (Red+Green+Blue) = 223+202+165=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCAA5 is #20355A. Grayscale: #CCCCCC. Windows color (decimal): -2110811 or 10865375. OLE color: 10865375.

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

Color convert

RGB 223 202 165 -
CMYK 0 0.09 0.26 0.13
HSL 38.28º 0.48% 0.76% -
HSV(B) 38.28º 0.26% 0.87% -
XYZ 58.34 60.65 44.23 -
YUV 204.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 223 202 165 0 0.09 0.26 0.13 38.28 0.48 0.76
Hex DF CA A5 0 9 1A D 26 30 4C
Octal 337 312 245 0 11 32 15 46 60 114
Binary 11011111 11001010 10100101 0 1001 11010 1101 100110 110000 1001100

Color Harmonies of #DFCAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCAA5

Black with #DFCAA5

Text Example


Text Example

White with #DFCAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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