Html Css Color HEX #DFCBA8 Raffia

📋 copy color: '#DFCBA8'

red 223 ◦ green 203 ◦ blue 168

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

Shades of Raffia #DFCBA8

Tints of Raffia #DFCBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.28%

R = 37.54%
G = 34.18%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DFCBA8 (or 0xDFCBA8) is known color: Raffia. HEX triplet: DF, CB and A8. RGB value is (223,203,168). Sum of RGB (Red+Green+Blue) = 223+203+168=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCBA8 is #203457. Grayscale: #CDCDCD. Windows color (decimal): -2110552 or 11062239. OLE color: 11062239.

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

Color convert

RGB 223 203 168 -
CMYK 0 0.09 0.25 0.13
HSL 38.18º 0.46% 0.77% -
HSV(B) 38.18º 0.25% 0.87% -
XYZ 58.86 61.23 45.76 -
YUV 204.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 223 203 168 0 0.09 0.25 0.13 38.18 0.46 0.77
Hex DF CB A8 0 9 19 D 26 2E 4D
Octal 337 313 250 0 11 31 15 46 56 115
Binary 11011111 11001011 10101000 0 1001 11001 1101 100110 101110 1001101

Color Harmonies of #DFCBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCBA8

Black with #DFCBA8

Text Example


Text Example

White with #DFCBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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