Html Css Color HEX #DFCBA0 Raffia

📋 copy color: '#DFCBA0'

red 223 ◦ green 203 ◦ blue 160

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

Shades of Raffia #DFCBA0

Tints of Raffia #DFCBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.3%

R = 38.05%
G = 34.64%
B = 27.3%

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

#DFCBA0 (or 0xDFCBA0) is known color: Raffia. HEX triplet: DF, CB and A0. RGB value is (223,203,160). Sum of RGB (Red+Green+Blue) = 223+203+160=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCBA0 is #20345F. Grayscale: #CCCCCC. Windows color (decimal): -2110560 or 10537951. OLE color: 10537951.

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

Color convert

RGB 223 203 160 -
CMYK 0 0.09 0.28 0.13
HSL 40.95º 0.5% 0.75% -
HSV(B) 40.95º 0.28% 0.87% -
XYZ 58.13 60.94 41.96 -
YUV 204.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 223 203 160 0 0.09 0.28 0.13 40.95 0.5 0.75
Hex DF CB A0 0 9 1C D 29 32 4B
Octal 337 313 240 0 11 34 15 51 62 113
Binary 11011111 11001011 10100000 0 1001 11100 1101 101001 110010 1001011

Color Harmonies of #DFCBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCBA0

Black with #DFCBA0

Text Example


Text Example

White with #DFCBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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