Html Css Color HEX #DFCBA1 Raffia

📋 copy color: '#DFCBA1'

red 223 ◦ green 203 ◦ blue 161

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

Shades of Raffia #DFCBA1

Tints of Raffia #DFCBA1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.58%

 BLUE value IS 161 (63.28% from 255) = 27.43%

R = 37.99%
G = 34.58%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DFCBA1 (or 0xDFCBA1) is known color: Raffia. HEX triplet: DF, CB and A1. RGB value is (223,203,161). Sum of RGB (Red+Green+Blue) = 223+203+161=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCBA1 is #20345E. Grayscale: #CCCCCC. Windows color (decimal): -2110559 or 10603487. OLE color: 10603487.

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

Color convert

RGB 223 203 161 -
CMYK 0 0.09 0.28 0.13
HSL 40.65º 0.49% 0.75% -
HSV(B) 40.65º 0.28% 0.87% -
XYZ 58.22 60.97 42.42 -
YUV 204.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 223 203 161 0 0.09 0.28 0.13 40.65 0.49 0.75
Hex DF CB A1 0 9 1C D 29 31 4B
Octal 337 313 241 0 11 34 15 51 61 113
Binary 11011111 11001011 10100001 0 1001 11100 1101 101001 110001 1001011

Color Harmonies of #DFCBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCBA1

Black with #DFCBA1

Text Example


Text Example

White with #DFCBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCBA1; }

 p { color: rgb(223,203,161); }

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

background-color css

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

 a { background-color: rgb(223,203,161); }

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

border-color css

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

 span { border-color: rgb(223,203,161); }

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