Html Css Color HEX #DFCBAA Raffia

📋 copy color: '#DFCBAA'

red 223 ◦ green 203 ◦ blue 170

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

Shades of Raffia #DFCBAA

Tints of Raffia #DFCBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.52%

R = 37.42%
G = 34.06%
B = 28.52%

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

#DFCBAA (or 0xDFCBAA) is known color: Raffia. HEX triplet: DF, CB and AA. RGB value is (223,203,170). Sum of RGB (Red+Green+Blue) = 223+203+170=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCBAA is #203455. Grayscale: #CDCDCD. Windows color (decimal): -2110550 or 11193311. OLE color: 11193311.

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

Color convert

RGB 223 203 170 -
CMYK 0 0.09 0.24 0.13
HSL 37.36º 0.45% 0.77% -
HSV(B) 37.36º 0.24% 0.87% -
XYZ 59.04 61.3 46.75 -
YUV 205.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 223 203 170 0 0.09 0.24 0.13 37.36 0.45 0.77
Hex DF CB AA 0 9 18 D 25 2D 4D
Octal 337 313 252 0 11 30 15 45 55 115
Binary 11011111 11001011 10101010 0 1001 11000 1101 100101 101101 1001101

Color Harmonies of #DFCBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCBAA

Black with #DFCBAA

Text Example


Text Example

White with #DFCBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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