Html Css Color HEX #DFCAA4 Raffia

📋 copy color: '#DFCAA4'

red 223 ◦ green 202 ◦ blue 164

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

Shades of Raffia #DFCAA4

Tints of Raffia #DFCAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.84%

R = 37.86%
G = 34.3%
B = 27.84%

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

#DFCAA4 (or 0xDFCAA4) is known color: Raffia. HEX triplet: DF, CA and A4. RGB value is (223,202,164). Sum of RGB (Red+Green+Blue) = 223+202+164=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCAA4 is #20355B. Grayscale: #CCCCCC. Windows color (decimal): -2110812 or 10799839. OLE color: 10799839.

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

Color convert

RGB 223 202 164 -
CMYK 0 0.09 0.26 0.13
HSL 38.64º 0.48% 0.76% -
HSV(B) 38.64º 0.26% 0.87% -
XYZ 58.25 60.61 43.75 -
YUV 203.95 105.46 141.59 -
System Red Green Blue C M Y K H S L
Decimal 223 202 164 0 0.09 0.26 0.13 38.64 0.48 0.76
Hex DF CA A4 0 9 1A D 27 30 4C
Octal 337 312 244 0 11 32 15 47 60 114
Binary 11011111 11001010 10100100 0 1001 11010 1101 100111 110000 1001100

Color Harmonies of #DFCAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCAA4

Black with #DFCAA4

Text Example


Text Example

White with #DFCAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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