Html Css Color HEX #DFCBA9 Raffia

📋 copy color: '#DFCBA9'

red 223 ◦ green 203 ◦ blue 169

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

Shades of Raffia #DFCBA9

Tints of Raffia #DFCBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 28.4%

R = 37.48%
G = 34.12%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DFCBA9 (or 0xDFCBA9) is known color: Raffia. HEX triplet: DF, CB and A9. RGB value is (223,203,169). Sum of RGB (Red+Green+Blue) = 223+203+169=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCBA9 is #203456. Grayscale: #CDCDCD. Windows color (decimal): -2110551 or 11127775. OLE color: 11127775.

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

Color convert

RGB 223 203 169 -
CMYK 0 0.09 0.24 0.13
HSL 37.78º 0.46% 0.77% -
HSV(B) 37.78º 0.24% 0.87% -
XYZ 58.95 61.26 46.25 -
YUV 205.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 223 203 169 0 0.09 0.24 0.13 37.78 0.46 0.77
Hex DF CB A9 0 9 18 D 26 2E 4D
Octal 337 313 251 0 11 30 15 46 56 115
Binary 11011111 11001011 10101001 0 1001 11000 1101 100110 101110 1001101

Color Harmonies of #DFCBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCBA9

Black with #DFCBA9

Text Example


Text Example

White with #DFCBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCBA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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