Html Css Color HEX #DFC596 Raffia

📋 copy color: '#DFC596'

red 223 ◦ green 197 ◦ blue 150

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

Shades of Raffia #DFC596

Tints of Raffia #DFC596

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.56%

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

R = 39.12%
G = 34.56%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFC596 (or 0xDFC596) is known color: Raffia. HEX triplet: DF, C5 and 96. RGB value is (223,197,150). Sum of RGB (Red+Green+Blue) = 223+197+150=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC596 is #203A69. Grayscale: #C7C7C7. Windows color (decimal): -2112106 or 9881055. OLE color: 9881055.

HSL color Cylindrical-coordinate representation of color #DFC596: hue angle of 38.63º 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 #DFC596 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 197 150 -
CMYK 0 0.12 0.33 0.13
HSL 38.63º 0.53% 0.73% -
HSV(B) 38.63º 0.33% 0.87% -
XYZ 55.9 57.82 37.07 -
YUV 199.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 223 197 150 0 0.12 0.33 0.13 38.63 0.53 0.73
Hex DF C5 96 0 C 21 D 27 35 49
Octal 337 305 226 0 14 41 15 47 65 111
Binary 11011111 11000101 10010110 0 1100 100001 1101 100111 110101 1001001

Color Harmonies of #DFC596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC596

Black with #DFC596

Text Example


Text Example

White with #DFC596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC596; }

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

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

background-color css

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

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

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

border-color css

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

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

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