Html Css Color HEX #DFC696 Raffia

📋 copy color: '#DFC696'

red 223 ◦ green 198 ◦ blue 150

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

Shades of Raffia #DFC696

Tints of Raffia #DFC696

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.68%

 BLUE value IS 150 (58.98% from 255) = 26.27%

R = 39.05%
G = 34.68%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFC696 (or 0xDFC696) is known color: Raffia. HEX triplet: DF, C6 and 96. RGB value is (223,198,150). Sum of RGB (Red+Green+Blue) = 223+198+150=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC696 is #203969. Grayscale: #C8C8C8. Windows color (decimal): -2111850 or 9881311. OLE color: 9881311.

HSL color Cylindrical-coordinate representation of color #DFC696: hue angle of 39.45º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFC696 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 198 150 -
CMYK 0 0.11 0.33 0.13
HSL 39.45º 0.53% 0.73% -
HSV(B) 39.45º 0.33% 0.87% -
XYZ 56.13 58.28 37.14 -
YUV 200 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 223 198 150 0 0.11 0.33 0.13 39.45 0.53 0.73
Hex DF C6 96 0 B 21 D 27 35 49
Octal 337 306 226 0 13 41 15 47 65 111
Binary 11011111 11000110 10010110 0 1011 100001 1101 100111 110101 1001001

Color Harmonies of #DFC696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC696

Black with #DFC696

Text Example


Text Example

White with #DFC696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC696; }

 p { color: rgb(223,198,150); }

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

background-color css

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

 a { background-color: rgb(223,198,150); }

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

border-color css

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

 span { border-color: rgb(223,198,150); }

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